From c5c7394a3f75b0b53a4c1506943600145cd8eb5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Mar 2024 09:20:01 +0000 Subject: [PATCH] chore(deps): bump denoland/deployctl from 1.11.0 to 1.12.0 Bumps [denoland/deployctl](https://github.com/denoland/deployctl) from 1.11.0 to 1.12.0. - [Release notes](https://github.com/denoland/deployctl/releases) - [Commits](https://github.com/denoland/deployctl/compare/1e1637600646cbc6826a4bacd359713fc24d25b3...612f83df2b874c6908d68de5cf3f36a6538fa8f7) --- updated-dependencies: - dependency-name: denoland/deployctl dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 29cc2da..e15db8c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -166,7 +166,7 @@ jobs: name: build-web path: "./build" - name: 🔧 Deploy - uses: denoland/deployctl@1e1637600646cbc6826a4bacd359713fc24d25b3 # 1.11.0 + uses: denoland/deployctl@612f83df2b874c6908d68de5cf3f36a6538fa8f7 # 1.12.0 with: project: "wizards-in-calculus" entrypoint: server/server.ts