Skip to content

Commit

Permalink
Update actions/cache action to v4 (#332)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 6, 2024
1 parent 647bba9 commit 8e86cdc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:

# Caching Tools
- name: Cache Tools
uses: actions/cache@v2.1.5
uses: actions/cache@v4.0.1
with:
path: tools
key: ${{ runner.os }}-tools-${{ hashFiles('recipe.cake') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

# Caching Tools
- name: Cache Tools
uses: actions/cache@v2.1.5
uses: actions/cache@v4.0.1
with:
path: tools
key: ${{ runner.os }}-tools-${{ hashFiles('recipe.cake') }}
Expand Down

0 comments on commit 8e86cdc

Please sign in to comment.