Skip to content

Commit 8586afd

Browse files
dependabot[bot]andreasabel
authored andcommitted
Bump actions/checkout from 5 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bb29472 commit 8586afd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/haskell-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ jobs:
222222
chmod a+x $HOME/.cabal/bin/cabal-plan
223223
cabal-plan --version
224224
- name: checkout
225-
uses: actions/checkout@v5
225+
uses: actions/checkout@v6
226226
with:
227227
path: source
228228
- name: initial cabal.project for sdist

.github/workflows/stack.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
# upload_url: ${{ steps.create_release.outputs.upload_url }}
3030
steps:
3131

32-
- uses: actions/checkout@v5
32+
- uses: actions/checkout@v6
3333

3434
# - name: Create release
3535
# id: create_release
@@ -95,7 +95,7 @@ jobs:
9595
shell: bash
9696

9797
steps:
98-
- uses: actions/checkout@v5
98+
- uses: actions/checkout@v6
9999

100100
- uses: haskell-actions/setup@v2
101101
id: setup

0 commit comments

Comments
 (0)