Browse Source

Bump actions/cache from 3 to 4

Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4.
- [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/v3...v4)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
pull/6913/head
dependabot[bot] 2 years ago committed by Anders Jenbo
parent
commit
d24bfccda6
  1. 2
      .github/workflows/Android.yml
  2. 2
      .github/workflows/Linux_aarch64.yml
  3. 2
      .github/workflows/Linux_x86.yml
  4. 2
      .github/workflows/Linux_x86_64.yml
  5. 2
      .github/workflows/Linux_x86_64_SDL1.yml
  6. 2
      .github/workflows/Linux_x86_64_test.yml
  7. 2
      .github/workflows/iOS.yml
  8. 2
      .github/workflows/macOS_x86_64.yml
  9. 2
      .github/workflows/s390x_qemu_big_endian_tests.yml

2
.github/workflows/Android.yml

@ -37,7 +37,7 @@ jobs:
cache: gradle
- name: Cache CMake build folder
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: android-project/app/.cxx
key: ${{ github.workflow }}-v4-${{ github.sha }}

2
.github/workflows/Linux_aarch64.yml

@ -61,7 +61,7 @@ jobs:
--slave /usr/bin/ld.lld ld.lld /usr/bin/ld.lld-18
- name: Cache CMake build folder
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: build
key: ${{ github.workflow }}-v6-${{ github.sha }}

2
.github/workflows/Linux_x86.yml

@ -52,7 +52,7 @@ jobs:
--slave /usr/bin/g++ g++ /usr/bin/g++-13
- name: Cache CMake build folder
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: build
key: ${{ github.workflow }}-v5-${{ github.sha }}

2
.github/workflows/Linux_x86_64.yml

@ -50,7 +50,7 @@ jobs:
run: Packaging/nix/debian-host-prep.sh --no-gcc
- name: Cache CMake build folder
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: build
key: ${{ github.workflow }}-v5-${{ github.sha }}

2
.github/workflows/Linux_x86_64_SDL1.yml

@ -32,7 +32,7 @@ jobs:
sudo apt-get install -y cmake file g++ git libfmt-dev libsdl1.2-dev libsodium-dev libpng-dev libbz2-dev rpm smpq
- name: Cache CMake build folder
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: build
key: ${{ github.workflow }}-v2-${{ github.sha }}

2
.github/workflows/Linux_x86_64_test.yml

@ -32,7 +32,7 @@ jobs:
sudo apt-get update -y
sudo apt-get install -y cmake curl g++ git lcov libgtest-dev libgmock-dev libfmt-dev libsdl2-dev libsodium-dev libpng-dev libbz2-dev wget
- name: Cache CMake build folder
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: build
key: ${{ github.workflow }}-v1-${{ github.sha }}

2
.github/workflows/iOS.yml

@ -36,7 +36,7 @@ jobs:
fetch-depth: 0
- name: Cache CMake build folder
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: build
key: ${{ github.workflow }}-v3-${{ github.sha }}

2
.github/workflows/macOS_x86_64.yml

@ -35,7 +35,7 @@ jobs:
run: brew bundle install
- name: Cache CMake build folder
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: build
key: ${{ github.workflow }}-v1-${{ github.sha }}

2
.github/workflows/s390x_qemu_big_endian_tests.yml

@ -23,7 +23,7 @@ jobs:
fetch-depth: 0
- name: Cache .ccache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: .ccache
key: ${{ github.workflow }}-v1-${{ github.sha }}

Loading…
Cancel
Save