Skip to content

Commit

Permalink
Update actions/checkout and actions/cache to the latest tags
Browse files Browse the repository at this point in the history
  • Loading branch information
neilmayhew committed Mar 15, 2024
1 parent 3e88ed4 commit 71277fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
name: Build with GHC ${{ matrix.ghc }}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Cache
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: cache-cabal
with:
Expand Down

0 comments on commit 71277fa

Please sign in to comment.