Skip to content

Commit 4ec1971

Browse files
Merge pull request #675 from swiftwasm/dependabot/github_actions/actions/cache-5
Bump actions/cache from 4 to 5
2 parents 4e4a4c1 + cdaa6ba commit 4ec1971

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-toolchain.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
${{ github.workspace }}/build-cache \
133133
${{ github.workspace }}/build-sdk
134134
135-
- uses: actions/cache/restore@v4
135+
- uses: actions/cache/restore@v5
136136
id: build-cache
137137
with:
138138
path: build-cache
@@ -212,7 +212,7 @@ jobs:
212212
SKIP_XCODE_VERSION_CHECK: 1
213213
run: ./swiftwasm-build/tools/build/ci.sh ${{ matrix.scheme }}
214214

215-
- uses: actions/cache/save@v4
215+
- uses: actions/cache/save@v5
216216
if: ${{ !cancelled() }}
217217
with:
218218
path: build-cache

0 commit comments

Comments
 (0)