Skip to content

Commit

Permalink
Bump actions/cache from 3 to 4 (#2038)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 18, 2024
1 parent d184462 commit eb18a3c
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
java-version: "17"

- name: Cache node modules
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: cache-node-modules
with:
Expand All @@ -90,7 +90,7 @@ jobs:
key: ${{ github.job }}

- name: restore-gradle-cache
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: gradle-v1
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/android-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
shell: bash

- name: Cache node modules
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: cache-node-modules
with:
Expand All @@ -54,7 +54,7 @@ jobs:
run: ccache --clear

- name: Cache ccache
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: ccache-v1
with:
Expand All @@ -72,7 +72,7 @@ jobs:
ccache --show-stats
- name: restore-gradle-cache
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: gradle-v1
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ios-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
fetch-depth: 0

- name: Cache node modules
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: cache-node-modules
with:
Expand All @@ -81,7 +81,7 @@ jobs:
${{ runner.os }}-
- name: Cache Bazel
uses: actions/cache@v3
uses: actions/cache@v4
with:
key: ${{ runner.os }}-bazel-${{ hashFiles('.bazelversion', '.bazelrc', 'WORKSPACE', 'WORKSPACE.bazel', 'MODULE.bazel') }}
restore-keys: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ios-pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
gem list -i xcpretty || sudo gem install xcpretty
- name: Cache node modules
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: cache-node-modules
with:
Expand All @@ -51,7 +51,7 @@ jobs:
run: ccache --clear

- name: Cache ccache
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: ccache-v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ jobs:
x11-xserver-utils
- name: Cache Bazel
uses: actions/cache@v3
uses: actions/cache@v4
with:
key: ${{ runner.os }}-bazel-${{ hashFiles('.bazelversion', '.bazelrc', 'WORKSPACE', 'WORKSPACE.bazel', 'MODULE.bazel') }}
restore-keys: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/macos-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
brew list glfw || brew install glfw
- name: Cache node modules
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: cache-node-modules
with:
Expand All @@ -49,7 +49,7 @@ jobs:
run: ccache --clear

- name: Cache ccache
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: ccache-v1
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/node-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ jobs:
${{ matrix.runs-on }}-${{ env.BUILDTYPE }}-${{ github.job }}
- name: Cache cmake-node-module deps
uses: actions/cache@v3
uses: actions/cache@v4
with:
# downloaded with platform/node/cmake/module.cmake
path: build/headers
Expand Down Expand Up @@ -222,7 +222,7 @@ jobs:

- name: Restore vcpkg cache (Windows)
if: runner.os == 'Windows'
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
${{ github.workspace }}/platform/windows/vendor/vcpkg
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/node-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ jobs:
${{ matrix.runs-on }}-${{ env.BUILDTYPE }}-${{ github.job }}
- name: Cache cmake-node-module deps
uses: actions/cache@v3
uses: actions/cache@v4
with:
# downloaded with platform/node/cmake/module.cmake
path: build/headers
Expand Down Expand Up @@ -196,7 +196,7 @@ jobs:

- name: Restore vcpkg cache (Windows)
if: runner.os == 'Windows'
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
${{ github.workspace }}/platform/windows/vendor/vcpkg
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-bloaty-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- name: Cache Bloaty
id: cache-bloaty
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: bloaty/build/bloaty
key: bloaty-${{ env.bloaty_sha }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:

- name: Cache Bloaty
id: cache-bloaty
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: bloaty/build/bloaty
key: bloaty-${{ env.bloaty_sha }}
Expand Down

0 comments on commit eb18a3c

Please sign in to comment.