We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4f74ae0 + 943568a commit a79a7c0Copy full SHA for a79a7c0
2 files changed
.github/workflows/casket-pages.yml
@@ -113,4 +113,4 @@ jobs:
113
steps:
114
- name: Deploy to GitHub Pages
115
id: deployment
116
- uses: actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4
+ uses: actions/deploy-pages@cd2ce8fcbc39b97be8ca5fce6e763baed58fa128 # v5.0.0
.github/workflows/hypatia-scan.yml
@@ -381,7 +381,7 @@ jobs:
381
# the pull-requests: write permission above: a token/API hiccup or
382
# a fork PR (read-only token) skips the comment, not the check.
383
continue-on-error: true
384
- uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v7
+ uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v7
385
with:
386
script: |
387
const fs = require('fs');
0 commit comments