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 bfa80c2 + e944817 commit 0220d92Copy full SHA for 0220d92
1 file changed
.github/workflows/casket-pages.yml
@@ -30,7 +30,7 @@ jobs:
30
path: .casket-ssg
31
32
- name: Setup GHCup
33
- uses: haskell-actions/setup@ec49483bfc012387b227434aba94f59a6ecd0900 # v2
+ uses: haskell-actions/setup@cd0d9bdd65b20557f41bea4dbe43d0b5fbbfe553 # v2
34
with:
35
ghc-version: '9.8.2'
36
cabal-version: '3.10'
@@ -98,10 +98,10 @@ jobs:
98
touch ../_site/.nojekyll
99
100
- name: Setup Pages
101
- uses: actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5
+ uses: actions/configure-pages@45bfe0192ca1faeb007ade9deae92b16b8254a0d # v6.0.0
102
103
- name: Upload artifact
104
- uses: actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3
+ uses: actions/upload-pages-artifact@fc324d3547104276b827a68afc52ff2a11cc49c9 # v5.0.0
105
106
path: '_site'
107
0 commit comments