Skip to content

Commit 985aaf1

Browse files
chore(deps): bump denoland/deployctl from 1.12.0 to 1.13.0
Bumps [denoland/deployctl](https://github.com/denoland/deployctl) from 1.12.0 to 1.13.0. - [Release notes](https://github.com/denoland/deployctl/releases) - [Commits](denoland/deployctl@612f83d...01283bc) --- updated-dependencies: - dependency-name: denoland/deployctl dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 544337e commit 985aaf1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
path: "./apps/gpa-calculator/dist/"
108108
- name: 🔧 Upload to Deno Deploy
109109
id: deploy
110-
uses: denoland/deployctl@612f83df2b874c6908d68de5cf3f36a6538fa8f7 # 1.12.0
110+
uses: denoland/deployctl@01283bc66613e6b67e329ac8e1eccdcf3c188c93 # 1.13.0
111111
with:
112112
project: "gpa-calculator"
113113
entrypoint: https://deno.land/[email protected]/http/file_server.ts
@@ -136,7 +136,7 @@ jobs:
136136
path: "./apps/phs-map/dist/"
137137
- name: 🔧 Upload to Deno Deploy
138138
id: deploy
139-
uses: denoland/deployctl@612f83df2b874c6908d68de5cf3f36a6538fa8f7 # 1.12.0
139+
uses: denoland/deployctl@01283bc66613e6b67e329ac8e1eccdcf3c188c93 # 1.13.0
140140
with:
141141
project: "phs-map"
142142
entrypoint: https://deno.land/[email protected]/http/file_server.ts

0 commit comments

Comments
 (0)