Skip to content

Commit

Permalink
CI: use checkout@v4.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm committed Sep 10, 2024
1 parent 9ccb9ca commit c51f9a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- ghc: '9.10'
cabal: 'latest'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install cabal/ghc
run: |
ghcup install ghc --set ${{ matrix.versions.ghc }}
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
strategy:
fail-fast: true
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

# declare/restore cached things
- name: Cache stack global package db
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
# runs-on: macOS-latest

# steps:
# - uses: actions/checkout@v1
# - uses: actions/checkout@v4
# - name: Install stack
# run: |
# curl -L https://get.haskellstack.org/stable/osx-x86_64.tar.gz -o stack.tar.gz
Expand Down

0 comments on commit c51f9a4

Please sign in to comment.