Skip to content

Commit 0d3f0f4

Browse files
authored
Merge pull request #8061 from commercialhaskell/dependabot/github_actions/actions/cache-6
Bump actions/cache from 5 to 6
2 parents 716acff + fd84cbd commit 0d3f0f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
run: |
1818
sudo apt-get update
1919
sudo apt-get install -y libgmp-dev
20-
- uses: actions/cache@v5
20+
- uses: actions/cache@v6
2121
with:
2222
path: |
2323
~/.stack

0 commit comments

Comments
 (0)