Skip to content

Commit

Permalink
Bump actions/cache from 3 to 4 (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 31, 2024
1 parent edb860b commit 8066d17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
with:
signing-key-value: ${{ secrets.signing-key-value }}
- name: 💾 cache nuget packages
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{ env.NUGET_PACKAGES }}
key: ${{ runner.os }}-nuget-${{ inputs.module-name }}-${{ hashFiles('**/*.csproj') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/qodana.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
with:
fetch-depth: 0
- name: 💾 cache nuget packages
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{ runner.temp }}/qodana/caches
key: ${{ runner.os }}-qodana-${{ github.ref }}-${{ hashFiles('**/*.csproj') }}
Expand Down

0 comments on commit 8066d17

Please sign in to comment.