Skip to content

Commit

Permalink
chore(deps): update actions/cache action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 25, 2023
1 parent c0ada55 commit b159bfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down Expand Up @@ -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: |
Expand Down

0 comments on commit b159bfb

Please sign in to comment.