From c2a270ff465afdac08b8aa2234c09f45755789dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Mar 2024 09:09:14 +0000 Subject: [PATCH] Bump denoland/deployctl from 1.10.5 to 1.12.0 Bumps [denoland/deployctl](https://github.com/denoland/deployctl) from 1.10.5 to 1.12.0. - [Release notes](https://github.com/denoland/deployctl/releases) - [Commits](https://github.com/denoland/deployctl/compare/6dce4affe85fbcd9d8917e56c4a49b066b8cc306...612f83df2b874c6908d68de5cf3f36a6538fa8f7) --- updated-dependencies: - dependency-name: denoland/deployctl dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 53fd933..7e6d84c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -37,7 +37,7 @@ jobs: run: "npm install && npm run build" # 📝 Update the build command(s) if necessary - name: Upload to Deno Deploy - uses: denoland/deployctl@6dce4affe85fbcd9d8917e56c4a49b066b8cc306 # v1 + uses: denoland/deployctl@612f83df2b874c6908d68de5cf3f36a6538fa8f7 # v1 with: project: "sad-camel-61" entrypoint: "https://deno.land/std@0.217.0/http/file_server.ts" # 📝 Update the entrypoint if necessary