Skip to content

Commit

Permalink
Update actions/cache action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 27, 2024
1 parent 6bbfaa8 commit d63f6fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- id: create-destination-key
name: Create destination key for cache
run: echo "destination-key=$(echo "${{ matrix.destination }}" | sed -r 's/[, ]/_/g')" >> $GITHUB_OUTPUT
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: |
.build/SourcePackages/checkouts
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
fail-fast: false
steps:
- uses: actions/checkout@v4
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: |
.build/SourcePackages/checkouts
Expand Down

0 comments on commit d63f6fc

Please sign in to comment.