Skip to content

Commit 888d5f9

Browse files
Bump actions/checkout from 2 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6f5985d commit 888d5f9

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)