Skip to content

Commit

Permalink
Update actions/checkout and actions/cache to v4
Browse files Browse the repository at this point in the history
Previous versions of these actions use deprecated versions
of Node. This leads to warnings in the GitHub actions tab.
  • Loading branch information
BinderDavid committed Jun 17, 2024
1 parent 8275af3 commit 3b0103b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/packcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,15 +188,15 @@ jobs:
# HLINT_TARGETS="Data"

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: haskell-actions/setup@v2
with:
ghc-version: ${{ matrix.ghc-version }}
cabal-version: ${{ matrix.cabal-version }}


- uses: actions/cache@v3
- uses: actions/cache@v4
name: Cache common directories
with:
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/s390x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: uraimo/[email protected]
timeout-minutes: 60
with:
Expand Down

0 comments on commit 3b0103b

Please sign in to comment.