mirror of
https://github.com/xemu-project/xemu.git
synced 2026-07-11 01:24:41 +02:00
ci: bump actions/cache from 5.0.5 to 6.1.0
Bumps [actions/cache](https://github.com/actions/cache) from 5.0.5 to 6.1.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/27d5ce7f107fe9357f9df03efb73ab90386fccae...55cc8345863c7cc4c66a329aec7e433d2d1c52a9) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
committed by
mborgerson
parent
5e239e41c7
commit
482088490c
@@ -54,7 +54,7 @@ jobs:
|
|||||||
echo "XEMU_BUILD_OPTIONS=${opts[*]}" >> "$GITHUB_ENV"
|
echo "XEMU_BUILD_OPTIONS=${opts[*]}" >> "$GITHUB_ENV"
|
||||||
- name: Initialize compiler cache
|
- name: Initialize compiler cache
|
||||||
id: cache
|
id: cache
|
||||||
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v4
|
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v4
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
${{ env.CCACHE_DIR }}
|
${{ env.CCACHE_DIR }}
|
||||||
|
|||||||
@@ -41,7 +41,7 @@ jobs:
|
|||||||
pip install pyyaml requests
|
pip install pyyaml requests
|
||||||
- name: Initialize compiler, library cache
|
- name: Initialize compiler, library cache
|
||||||
id: cache
|
id: cache
|
||||||
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v4
|
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v4
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
macos-pkgs
|
macos-pkgs
|
||||||
|
|||||||
@@ -43,7 +43,7 @@ jobs:
|
|||||||
run: tar -xf xemu-${{ inputs.pkg_version }}.tar.zst --strip-components=2
|
run: tar -xf xemu-${{ inputs.pkg_version }}.tar.zst --strip-components=2
|
||||||
- name: Initialize compiler cache
|
- name: Initialize compiler cache
|
||||||
id: cache
|
id: cache
|
||||||
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v4
|
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v4
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
${{ env.CCACHE_DIR }}
|
${{ env.CCACHE_DIR }}
|
||||||
|
|||||||
Reference in New Issue
Block a user