Skip to content

Commit 60e2634

Browse files
authored
Merge pull request #118 from xmonad/dependabot/github_actions/actions/checkout-5
build(deps): bump actions/checkout from 4 to 5
2 parents 5270388 + f1430af commit 60e2634

File tree

3 files changed

+3
-3
lines changed

3 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
@@ -192,7 +192,7 @@ jobs:
192192
chmod a+x $HOME/.cabal/bin/cabal-plan
193193
cabal-plan --version
194194
- name: checkout
195-
uses: actions/checkout@v4
195+
uses: actions/checkout@v5
196196
with:
197197
path: source
198198
- name: autoreconf

.github/workflows/packdeps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
steps:
1515
- name: Clone project
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@v5
1717
- name: Setup Haskell
1818
uses: haskell-actions/setup@v2
1919
with:

.github/workflows/stack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
steps:
2626
- name: Clone project
27-
uses: actions/checkout@v4
27+
uses: actions/checkout@v5
2828

2929
- name: Install C dependencies
3030
run: |

0 commit comments

Comments
 (0)