Skip to content

Commit 3b76106

Browse files
Upgrade actions. (#283)
2 parents c42fe59 + 231f70c commit 3b76106

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- '9.12'
3636
steps:
3737
- name: Checkout
38-
uses: actions/checkout@v4
38+
uses: actions/checkout@v6
3939

4040
- name: Environment
4141
uses: haskell-actions/setup@v2
@@ -60,7 +60,7 @@ jobs:
6060
--builddir=${{ env.cabal-build-dir }}
6161
6262
- name: Cache
63-
uses: actions/cache@v4
63+
uses: actions/cache@v5
6464
env:
6565
hash: ${{ hashFiles('cabal.project.freeze') }}
6666
with:

0 commit comments

Comments
 (0)