mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-06-29 17:55:47 +02:00
Merge pull request #8061 from commercialhaskell/dependabot/github_actions/actions/cache-6
Bump actions/cache from 5 to 6
This commit is contained in:
commit
0d3f0f4659
2
.github/workflows/check.yml
vendored
2
.github/workflows/check.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y libgmp-dev
|
||||
- uses: actions/cache@v5
|
||||
- uses: actions/cache@v6
|
||||
with:
|
||||
path: |
|
||||
~/.stack
|
||||
|
||||
Loading…
Reference in New Issue
Block a user