Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions github-actions/bazel/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ runs:
using: composite
steps:
- name: Configure action caching for bazel version downloaded by bazelisk
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0.0
with:
path: |
~/.cache/bazelisk
Expand All @@ -27,7 +27,7 @@ runs:
shell: bash

- name: Configure action caching for bazel repository cache
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0.0
with:
# Note: Bazel repository cache is located in system locations and cannot use
# a shared cache between different runner operating systems.
Expand Down
2 changes: 1 addition & 1 deletion github-actions/setup-wsl/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ runs:

- name: Restore WSL NVM cache
id: cache-nvm
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: ~/.cache/wsl_nvm_cache.tar.gz
key: wsl-nvm-cache-v1-${{hashFiles('**/.nvmrc')}}
Expand Down
Loading