Skip to content

Commit eec8d5e

Browse files
Bump actions/cache from 4 to 5
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a36f618 commit eec8d5e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
uses: actions/checkout@v4
6565
- name: Cache bzip2
6666
id: cache
67-
uses: actions/cache@v4
67+
uses: actions/cache@v5
6868
with:
6969
path: ${{ github.workspace }}/install/bz2
7070
key: bz2-${{ needs.fetch.outputs.bz2 }}-${{ matrix.build.host }}
@@ -112,7 +112,7 @@ jobs:
112112
uses: actions/checkout@v4
113113
- name: Cache libffi
114114
id: cache
115-
uses: actions/cache@v4
115+
uses: actions/cache@v5
116116
with:
117117
path: ${{ github.workspace }}/install/ffi
118118
key: ffi-${{ needs.fetch.outputs.ffi }}-${{ matrix.build.host }}
@@ -179,7 +179,7 @@ jobs:
179179
uses: actions/checkout@v4
180180
- name: Cache XZ Utils
181181
id: cache
182-
uses: actions/cache@v4
182+
uses: actions/cache@v5
183183
with:
184184
path: ${{ github.workspace }}/install/xz
185185
key: xz-${{ needs.fetch.outputs.xz }}-${{ matrix.build.host }}

0 commit comments

Comments
 (0)