Skip to content

Commit 8815bc9

Browse files
authored
Merge pull request #1423 from haskell/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 9191848 + afe033c commit 8815bc9

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
if: runner.os == 'Linux'
2424
with:
@@ -53,7 +53,7 @@ jobs:
5353
name: Nix on ${{ matrix.os }}
5454
runs-on: ${{ matrix.os }}
5555
steps:
56-
- uses: actions/checkout@v4
56+
- uses: actions/checkout@v5
5757
- uses: wimpysworld/nothing-but-nix@main
5858
if: runner.os == 'Linux'
5959
with:

.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)