We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ea0426 commit b3af27bCopy full SHA for b3af27b
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
purs-tidy: "latest"
21
22
- name: Cache PureScript dependencies
23
- uses: actions/cache@v2
+ uses: actions/cache@v4
24
with:
25
key: ${{ runner.os }}-spago-${{ hashFiles('**/*.dhall') }}
26
path: |
0 commit comments