Skip to content

Commit e92a724

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] <[email protected]>
1 parent a1fd8b8 commit e92a724

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/binaries.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
name: Build ${{ matrix.attr }} binary on ${{ matrix.system }}
3030
runs-on: ${{ matrix.os }}
3131
steps:
32-
- uses: actions/checkout@v4
32+
- uses: actions/checkout@v5
3333
- uses: cachix/install-nix-action@v31
3434
with:
3535
extra_nix_config: |
@@ -58,7 +58,7 @@ jobs:
5858
name: Build Windows binary
5959
runs-on: windows-latest
6060
steps:
61-
- uses: actions/checkout@v4
61+
- uses: actions/checkout@v5
6262
- uses: haskell-actions/setup@v2
6363
with:
6464
ghc-version: '9.10'

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
name: Build and test on ${{ matrix.ghc }}
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v5
2020
- uses: cachix/install-nix-action@v31
2121
with:
2222
extra_nix_config: |
@@ -33,7 +33,7 @@ jobs:
3333
name: Formatting and linting
3434
runs-on: ubuntu-latest
3535
steps:
36-
- uses: actions/checkout@v4
36+
- uses: actions/checkout@v5
3737
- uses: cachix/install-nix-action@v31
3838
with:
3939
extra_nix_config: |
@@ -53,7 +53,7 @@ jobs:
5353
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
5454
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
5555
steps:
56-
- uses: actions/checkout@v4
56+
- uses: actions/checkout@v5
5757
- uses: cachix/install-nix-action@v31
5858
with:
5959
extra_nix_config: |
@@ -93,7 +93,7 @@ jobs:
9393
name: Build and test via Stack
9494
runs-on: ubuntu-latest
9595
steps:
96-
- uses: actions/checkout@v4
96+
- uses: actions/checkout@v5
9797
- uses: haskell-actions/setup@v2
9898
with:
9999
enable-stack: true

0 commit comments

Comments
 (0)