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 dc6dcfe + cf577ef commit c953c43Copy full SHA for c953c43
1 file changed
.github/workflows/casket-pages.yml
@@ -29,13 +29,13 @@ jobs:
29
path: .casket-ssg
30
31
- name: Setup GHCup
32
- uses: haskell-actions/setup@ec49483bfc012387b227434aba94f59a6ecd0900 # v2
+ uses: haskell-actions/setup@cd0d9bdd65b20557f41bea4dbe43d0b5fbbfe553 # v2
33
with:
34
ghc-version: '9.8.2'
35
cabal-version: '3.10'
36
37
- name: Cache Cabal
38
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
+ uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
39
40
path: |
41
~/.cabal/packages
0 commit comments