Skip to content

Commit

Permalink
Bump actions/cache action to v4.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 22, 2024
1 parent 82ad721 commit 8341d25
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
show-progress: false

- name: Cache packages
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
path: ${{ env.NUGET_PACKAGES }}
key: ${{ runner.os }}-nuget-${{ hashFiles('.config/dotnet-tools.json', '**/packages.lock.json') }}
Expand All @@ -59,7 +59,7 @@ jobs:
dotnet-version: 8.0.403

- name: Cache packages
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
path: ${{ env.NUGET_PACKAGES }}
key: ${{ runner.os }}-nuget-${{ hashFiles('.config/dotnet-tools.json', '**/packages.lock.json') }}
Expand All @@ -85,7 +85,7 @@ jobs:
dotnet-version: 8.0.403

- name: Cache packages
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
path: ${{ env.NUGET_PACKAGES }}
key: ${{ runner.os }}-nuget-${{ hashFiles('.config/dotnet-tools.json', '**/packages.lock.json') }}
Expand All @@ -111,7 +111,7 @@ jobs:
dotnet-version: 8.0.403

- name: Cache packages
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
path: ${{ env.NUGET_PACKAGES }}
key: ${{ runner.os }}-nuget-${{ hashFiles('.config/dotnet-tools.json', '**/packages.lock.json') }}
Expand Down

0 comments on commit 8341d25

Please sign in to comment.