File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2929 matrix : ${{ fromJSON(needs.generate-matrix.outputs.matrix) }}
3030 steps :
3131 - name : Checkout base repo
32- uses : actions/checkout@v4
32+ uses : actions/checkout@v5
3333 - name : Set up Haskell
3434 id : setup-haskell
3535 uses : haskell-actions/setup@v2
Original file line number Diff line number Diff line change 1111 name : Tests on GHC Nightly
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v5
1515 - uses : haskell/ghcup-setup@v1
1616 - name : Setup GHC Nightly
1717 run : |
Original file line number Diff line number Diff line change 55 actionlint :
66 runs-on : ubuntu-latest
77 steps :
8- - uses : actions/checkout@v4
8+ - uses : actions/checkout@v5
99 - name : Download actionlint
1010 id : get_actionlint
1111 run : bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash)
Original file line number Diff line number Diff line change 99 fourmolu :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v4
12+ - uses : actions/checkout@v5
1313
1414 - uses : fourmolu/fourmolu-action@v11
1515 with :
2020 hlint :
2121 runs-on : ubuntu-latest
2222 steps :
23- - uses : actions/checkout@v4
23+ - uses : actions/checkout@v5
2424
2525 - name : ' Set up HLint'
2626 uses : haskell-actions/hlint-setup@v2
You can’t perform that action at this time.
0 commit comments