Skip to content

Commit

Permalink
CI: use latest checkout.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm committed Sep 10, 2024
1 parent 129cf74 commit 9ccb9ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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@v1
- uses: actions/checkout@v3
- name: Install cabal/ghc
run: |
ghcup install ghc --set ${{ matrix.versions.ghc }}
Expand Down

0 comments on commit 9ccb9ca

Please sign in to comment.