Skip to content

Commit 578453f

Browse files
angular-robotjosephperrott
authored andcommitted
build: update all github actions to v5
See associated pull request for more information.
1 parent b65a08f commit 578453f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

github-actions/bazel/setup/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ runs:
1313
using: composite
1414
steps:
1515
- name: Configure action caching for bazel version downloaded by bazelisk
16-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
16+
uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0.0
1717
with:
1818
path: |
1919
~/.cache/bazelisk
@@ -27,7 +27,7 @@ runs:
2727
shell: bash
2828

2929
- name: Configure action caching for bazel repository cache
30-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
30+
uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0.0
3131
with:
3232
# Note: Bazel repository cache is located in system locations and cannot use
3333
# a shared cache between different runner operating systems.

github-actions/setup-wsl/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ runs:
106106
107107
- name: Restore WSL NVM cache
108108
id: cache-nvm
109-
uses: actions/cache@v4
109+
uses: actions/cache@v5
110110
with:
111111
path: ~/.cache/wsl_nvm_cache.tar.gz
112112
key: wsl-nvm-cache-v1-${{hashFiles('**/.nvmrc')}}

0 commit comments

Comments
 (0)