Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2018905

Browse files
committedFeb 18, 2024
Update GitHub Actions
1 parent e99b1c8 commit 2018905

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎.github/workflows/build.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ jobs:
2323
- os: macos-latest
2424
flags: '--flags "fma3 f16c"'
2525
steps:
26-
- uses: actions/checkout@v3
26+
- uses: actions/checkout@v4
2727

2828
- uses: haskell-actions/setup@v2
2929
name: Setup Haskell
3030
with:
3131
ghc-version: ${{ matrix.ghc }}
3232

33-
- uses: actions/cache@v3
33+
- uses: actions/cache@v4
3434
with:
3535
path: |
3636
~/.cabal/packages
@@ -65,14 +65,14 @@ jobs:
6565
- ghc: '9.8'
6666
flags: '--flags x87-long-double'
6767
steps:
68-
- uses: actions/checkout@v3
68+
- uses: actions/checkout@v4
6969

7070
- uses: haskell-actions/setup@v2
7171
name: Setup Haskell
7272
with:
7373
ghc-version: ${{ matrix.ghc }}
7474

75-
- uses: actions/cache@v3
75+
- uses: actions/cache@v4
7676
with:
7777
path: |
7878
~/.cabal/packages

0 commit comments

Comments
 (0)
Please sign in to comment.