diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 83577744..36388c46 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -106,7 +106,7 @@ jobs: path: "./apps/gpa-calculator/dist/" - name: 🔧 Upload to Deno Deploy id: deploy - uses: denoland/deployctl@612f83df2b874c6908d68de5cf3f36a6538fa8f7 # 1.12.0 + uses: denoland/deployctl@01283bc66613e6b67e329ac8e1eccdcf3c188c93 # 1.13.0 with: project: "gpa-calculator" entrypoint: https://deno.land/std@0.224.0/http/file_server.ts @@ -135,7 +135,7 @@ jobs: path: "./apps/phs-map/dist/" - name: 🔧 Upload to Deno Deploy id: deploy - uses: denoland/deployctl@612f83df2b874c6908d68de5cf3f36a6538fa8f7 # 1.12.0 + uses: denoland/deployctl@01283bc66613e6b67e329ac8e1eccdcf3c188c93 # 1.13.0 with: project: "phs-map" entrypoint: https://deno.land/std@0.224.0/http/file_server.ts