diff --git a/.github/workflows/reusable-pages-deploy.yml b/.github/workflows/reusable-pages-deploy.yml index 8327021..c76e1a4 100644 --- a/.github/workflows/reusable-pages-deploy.yml +++ b/.github/workflows/reusable-pages-deploy.yml @@ -49,6 +49,6 @@ jobs: steps: - name: Deploy the verified artifact without rebuilding id: deployment - uses: actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4 + uses: actions/deploy-pages@368f82528645a54fb793d4d04e342629a3f51346 # v5.0.1 with: artifact_name: ${{ inputs.artifact-name }} diff --git a/contracts/pages-deploy-v1.json b/contracts/pages-deploy-v1.json index adf3fb6..16f5e23 100644 --- a/contracts/pages-deploy-v1.json +++ b/contracts/pages-deploy-v1.json @@ -37,7 +37,7 @@ "runtime": { "runner": "ubuntu-24.04", "timeout_minutes": 10, - "action": "actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e" + "action": "actions/deploy-pages@368f82528645a54fb793d4d04e342629a3f51346" }, "concurrency": { "group": "github-pages",