mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-02-09 17:47:29 +01:00
chore: bump GH action versions
This commit is contained in:
parent
51592009a1
commit
9a4ade5f48
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -11,12 +11,12 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: Haskell GHC
|
name: Haskell GHC
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v5
|
||||||
- uses: haskell-actions/setup@v2
|
- uses: haskell-actions/setup@v2
|
||||||
with:
|
with:
|
||||||
enable-stack: true
|
enable-stack: true
|
||||||
stack-no-global: true
|
stack-no-global: true
|
||||||
- uses: actions/cache@v4
|
- uses: actions/cache@v5
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
~/.stack
|
~/.stack
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user