diff --git a/.github/workflows/attest-and-deploy.yml b/.github/workflows/attest-and-deploy.yml index 499dbd7..54aae4e 100644 --- a/.github/workflows/attest-and-deploy.yml +++ b/.github/workflows/attest-and-deploy.yml @@ -98,4 +98,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # or specific "vX.X.X" version tag for this action + uses: actions/deploy-pages@cd2ce8fcbc39b97be8ca5fce6e763baed58fa128 # or specific "vX.X.X" version tag for this action