Skip to content

Commit

Permalink
Bump actions/cache from 4.0.2 to 4.1.0 (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 8, 2024
1 parent 7e9d262 commit cd4e9fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nuget_update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:


- name: Cache nuget packages
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2
env:
cache-name: cache-nuget-modules
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/reusable-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
# Add cache entry for any choco packages that are installed.
# The cache key is based on the hash of this file so if any choco packages are added or removed, the cache will be invalidated.
if: steps.skip_check.outputs.should_skip != 'true'
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2
env:
cache-name: cache-choco-packages
with:
Expand All @@ -144,7 +144,7 @@ jobs:

- name: Cache nuget packages
if: steps.skip_check.outputs.should_skip != 'true'
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2
env:
cache-name: cache-nuget-modules
with:
Expand Down

0 comments on commit cd4e9fd

Please sign in to comment.