From 57e2fb939c7f64bb48691ff816e431a70d64e963 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Mar 2024 03:27:50 +0000 Subject: [PATCH] chore(deps): bump denoland/deployctl from 1.10.5 to 1.11.0 Bumps [denoland/deployctl](https://github.com/denoland/deployctl) from 1.10.5 to 1.11.0. - [Release notes](https://github.com/denoland/deployctl/releases) - [Commits](https://github.com/denoland/deployctl/compare/6dce4affe85fbcd9d8917e56c4a49b066b8cc306...1e1637600646cbc6826a4bacd359713fc24d25b3) --- updated-dependencies: - dependency-name: denoland/deployctl dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/deno.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deno.yaml b/.github/workflows/deno.yaml index 22e0972c..cc28e873 100644 --- a/.github/workflows/deno.yaml +++ b/.github/workflows/deno.yaml @@ -67,7 +67,7 @@ jobs: uses: infotroph/tree-is-clean@e99ff204c7e1f74fd4de0822e86adb01f2ca2138 # v1.0.4 - name: 🔧 Upload to Deno Deploy id: deno-deploy - uses: denoland/deployctl@6dce4affe85fbcd9d8917e56c4a49b066b8cc306 # 1.10.5 + uses: denoland/deployctl@1e1637600646cbc6826a4bacd359713fc24d25b3 # 1.11.0 with: project: "why-switch" entrypoint: src/main.ts