Skip to content

Commit b7e4378

Browse files
dependabot[bot]amesgen
authored andcommitted
Bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 709a8a5 commit b7e4378

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
test-nix-rustls:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v5
1515
- uses: cachix/install-nix-action@v31
1616
with:
1717
extra_nix_config: |
@@ -23,7 +23,7 @@ jobs:
2323
test-nix:
2424
runs-on: ubuntu-latest
2525
steps:
26-
- uses: actions/checkout@v4
26+
- uses: actions/checkout@v5
2727
- uses: cachix/install-nix-action@v31
2828
with:
2929
extra_nix_config: |
@@ -45,7 +45,7 @@ jobs:
4545
- '9.10'
4646
- '9.12'
4747
steps:
48-
- uses: actions/checkout@v4
48+
- uses: actions/checkout@v5
4949
- uses: cachix/install-nix-action@v31
5050
- uses: haskell-actions/setup@v2
5151
id: setup-haskell

0 commit comments

Comments
 (0)