Skip to content

Commit 1bda584

Browse files
committed
workflow update from gha-workflows
1 parent c43bf46 commit 1bda584

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/haskell-ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
run: |
101101
$CABAL v2-update -v
102102
- name: restore cache (~/.haskell-ci-tools)
103-
uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830
103+
uses: actions/cache/restore@v5
104104
with:
105105
key: ${{ runner.os }}-${{ matrix.ghc }}-tools-ac1dc7e1
106106
path: ~/.haskell-ci-tools
@@ -119,12 +119,12 @@ jobs:
119119
doctest --version
120120
- if: always()
121121
name: save cache (~/.haskell-ci-tools)
122-
uses: actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830
122+
uses: actions/cache/save@v5
123123
with:
124124
key: ${{ runner.os }}-${{ matrix.ghc }}-tools-ac1dc7e1
125125
path: ~/.haskell-ci-tools
126126
- name: checkout
127-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
127+
uses: actions/checkout@v6
128128
with:
129129
path: source
130130
- name: initial cabal.project for sdist
@@ -160,7 +160,7 @@ jobs:
160160
$CABAL v2-build $ARG_COMPILER $ARG_TESTS $ARG_BENCH --dry-run all
161161
cabal-plan
162162
- name: restore cache (~/.cabal/store)
163-
uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830
163+
uses: actions/cache/restore@v5
164164
with:
165165
key: ${{ runner.os }}-${{ matrix.ghc }}-${{ github.sha }}
166166
path: ~/.cabal/store
@@ -195,7 +195,7 @@ jobs:
195195
$CABAL v2-build $ARG_COMPILER --disable-tests --disable-benchmarks all
196196
- if: always()
197197
name: save cache (~/.cabal/store)
198-
uses: actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830
198+
uses: actions/cache/save@v5
199199
with:
200200
key: ${{ runner.os }}-${{ matrix.ghc }}-${{ github.sha }}
201201
path: ~/.cabal/store

0 commit comments

Comments
 (0)