We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2304e5 commit 7a701e9Copy full SHA for 7a701e9
.github/workflows/code-style.yaml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
steps:
15
- name: Checkout Code
16
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
17
with:
18
fetch-depth: 1
19
- name: Install Nix
@@ -26,7 +26,7 @@ jobs:
26
27
28
29
30
31
32
.github/workflows/master.yml
@@ -27,7 +27,7 @@ jobs:
strategy:
matrix: ${{ fromJSON(needs.generate-matrix.outputs.matrix) }}
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
- uses: haskell-actions/setup@v2
id: setup-haskell-cabal
33
name: Setup Haskell
0 commit comments