From b159bfba739589f4cb9d9892a58870c30e8c8c8c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 17:49:30 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v3 --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d03d3a613..c568bd246 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,7 +23,7 @@ jobs: git-user: glsl-lang git-user-email: glsl-lang@vtavernier.github.io - - uses: actions/cache@v2 + - uses: actions/cache@v3 with: key: ${{ runner.os }} path: | @@ -132,7 +132,7 @@ jobs: fetch-depth: 0 token: ${{ secrets.GH_PAT }} - - uses: actions/cache@v2 + - uses: actions/cache@v3 with: key: ${{ runner.os }}-cargo-release-tools-v1 path: |