Skip to content

Commit 0f154bd

Browse files
authored
Merge pull request #111 from haskell/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents eb6d720 + 6d4696e commit 0f154bd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/cabal-mac-win.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
echo "ICU_VER=${ICU_VER}" >> "${GITHUB_ENV}"
9090
9191
- name: Checkout
92-
uses: actions/checkout@v5
92+
uses: actions/checkout@v6
9393

9494
- name: Setup Haskell
9595
uses: haskell-actions/setup@v2

.github/workflows/haskell-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ jobs:
187187
chmod a+x $HOME/.cabal/bin/cabal-plan
188188
cabal-plan --version
189189
- name: checkout
190-
uses: actions/checkout@v5
190+
uses: actions/checkout@v6
191191
with:
192192
path: source
193193
- name: initial cabal.project for sdist

.github/workflows/stack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
STACK: stack --no-terminal --resolver ${{ matrix.plan.resolver }}
3636

3737
steps:
38-
- uses: actions/checkout@v5
38+
- uses: actions/checkout@v6
3939

4040
- uses: haskell-actions/setup@v2
4141
with:

0 commit comments

Comments
 (0)