Skip to content

Commit cc1e066

Browse files
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] <[email protected]>
1 parent 1d5f291 commit cc1e066

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/haskell-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
chmod a+x $HOME/.cabal/bin/cabal-plan
144144
cabal-plan --version
145145
- name: checkout
146-
uses: actions/checkout@v4
146+
uses: actions/checkout@v5
147147
with:
148148
path: source
149149
- name: initial cabal.project for sdist

.github/workflows/nix-flake.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
name: Nix on ${{ matrix.os }}
1919
runs-on: ${{ matrix.os }}
2020
steps:
21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@v5
2222
- uses: wimpysworld/nothing-but-nix@main
2323
with:
2424
hatchet-protocol: 'rampage'
@@ -52,7 +52,7 @@ jobs:
5252
name: Nix on ${{ matrix.os }}
5353
runs-on: ${{ matrix.os }}
5454
steps:
55-
- uses: actions/checkout@v4
55+
- uses: actions/checkout@v5
5656
- uses: wimpysworld/nothing-but-nix@main
5757
with:
5858
hatchet-protocol: 'rampage'

.github/workflows/update-flake-lock.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout repository
13-
uses: actions/checkout@v4
13+
uses: actions/checkout@v5
1414
- name: Install Nix
1515
uses: DeterminateSystems/nix-installer-action@main
1616
- name: Update flake.lock

0 commit comments

Comments
 (0)