Skip to content

Commit

Permalink
chore(deps): update actions/cache action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 23, 2024
1 parent be49ea6 commit 76c7bd2
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@v3
- uses: actions/cache@v4
with:
key: ${{ runner.os }}
path: |
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
fetch-depth: 0
token: ${{ secrets.GH_PAT }}

- uses: actions/cache@v3
- uses: actions/cache@v4
with:
key: ${{ runner.os }}-cargo-release-tools-v1
path: |
Expand Down

0 comments on commit 76c7bd2

Please sign in to comment.