Skip to content

Commit 76519f4

Browse files
authored
Merge pull request #963 from xmonad/dependabot/github_actions/actions/checkout-6
build(deps): bump actions/checkout from 5 to 6
2 parents 4da00d2 + c215713 commit 76519f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/haskell-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ jobs:
173173
chmod a+x $HOME/.cabal/bin/cabal-plan
174174
cabal-plan --version
175175
- name: checkout
176-
uses: actions/checkout@v5
176+
uses: actions/checkout@v6
177177
with:
178178
path: source
179179
- name: initial cabal.project for sdist

0 commit comments

Comments
 (0)