Skip to content

Commit 21e79c8

Browse files
authored
Merge pull request #1738 from haskell-servant/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 2 to 4
2 parents 6f5985d + 888d5f9 commit 21e79c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/master.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
strategy:
2828
matrix: ${{ fromJSON(needs.generate-matrix.outputs.matrix) }}
2929
steps:
30-
- uses: actions/checkout@v2
30+
- uses: actions/checkout@v4
3131
- uses: haskell-actions/setup@v2
3232
id: setup-haskell-cabal
3333
name: Setup Haskell
@@ -96,7 +96,7 @@ jobs:
9696
runs-on: "ubuntu-latest"
9797

9898
steps:
99-
- uses: actions/checkout@v3
99+
- uses: actions/checkout@v4
100100
- uses: cachix/install-nix-action@v20
101101
with:
102102
extra_nix_config: |

0 commit comments

Comments
 (0)