Skip to content

Commit eb98d4b

Browse files
authored
Merge pull request #150 from PSDTools/dependabot/github_actions/denoland/deployctl-1.13.1
chore(deps): bump denoland/deployctl from 1.13.0 to 1.13.1
2 parents 772dfd5 + 7868918 commit eb98d4b

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
@@ -103,7 +103,7 @@ jobs:
103103
path: "./apps/gpa-calculator/dist/"
104104
- name: 🔧 Upload to Deno Deploy
105105
id: deploy
106-
uses: denoland/deployctl@01283bc66613e6b67e329ac8e1eccdcf3c188c93 # 1.13.0
106+
uses: denoland/deployctl@7bded90d0d09cd99bbfb513966146315db97618b # 1.13.1
107107
with:
108108
project: "gpa-calculator"
109109
entrypoint: https://deno.land/[email protected]/http/file_server.ts
@@ -128,7 +128,7 @@ jobs:
128128
path: "./apps/phs-map/dist/"
129129
- name: 🔧 Upload to Deno Deploy
130130
id: deploy
131-
uses: denoland/deployctl@01283bc66613e6b67e329ac8e1eccdcf3c188c93 # 1.13.0
131+
uses: denoland/deployctl@7bded90d0d09cd99bbfb513966146315db97618b # 1.13.1
132132
with:
133133
project: "phs-map"
134134
entrypoint: https://deno.land/[email protected]/http/file_server.ts

0 commit comments

Comments
 (0)