From 2f79692312347af45d451a10a218400848eae233 Mon Sep 17 00:00:00 2001 From: Angular Robot Date: Fri, 12 Dec 2025 06:08:57 +0000 Subject: [PATCH] build: update all github actions to v5 See associated pull request for more information. --- github-actions/bazel/setup/action.yml | 4 ++-- github-actions/setup-wsl/action.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/github-actions/bazel/setup/action.yml b/github-actions/bazel/setup/action.yml index 26c77e2c3..580ba5716 100644 --- a/github-actions/bazel/setup/action.yml +++ b/github-actions/bazel/setup/action.yml @@ -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 @@ -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. diff --git a/github-actions/setup-wsl/action.yml b/github-actions/setup-wsl/action.yml index 493420853..15fff580d 100644 --- a/github-actions/setup-wsl/action.yml +++ b/github-actions/setup-wsl/action.yml @@ -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')}}