Skip to content

Commit

Permalink
build(deps): bump actions/cache from 4.0.2 to 4.1.0
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from 4.0.2 to 4.1.0.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v4.0.2...v4.1.0)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 7, 2024
1 parent e9f9854 commit bbef507
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
cache-dependency-path: 'source/Gnomeshade.WebApi/Node/package-lock.json'

- name: Cache NuGet packages
uses: actions/cache@v4.0.2
uses: actions/cache@v4.1.0
with:
path: ~/.nuget/packages
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
- run: echo "BUILD_TAG=-test"

- name: Cache NuGet packages
uses: actions/cache@v4.0.2
uses: actions/cache@v4.1.0
with:
path: ~/.nuget/packages
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:
cache-dependency-path: 'source/Gnomeshade.WebApi/Node/package-lock.json'

- name: Cache NuGet packages
uses: actions/cache@v4.0.2
uses: actions/cache@v4.1.0
with:
path: ~/.nuget/packages
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nuget-vulnerabilities.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
cache-dependency-path: 'source/Gnomeshade.WebApi/Node/package-lock.json'

- name: Cache NuGet packages
uses: actions/cache@v4.0.2
uses: actions/cache@v4.1.0
with:
path: ~/.nuget/packages
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
if: ${{ !(startsWith(github.ref, 'refs/tags/')) }}

- name: Cache NuGet packages
uses: actions/cache@v4.0.2
uses: actions/cache@v4.1.0
with:
path: ~/.nuget/packages
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
if: ${{ !(startsWith(github.ref, 'refs/tags/')) }}

- name: Cache NuGet packages
uses: actions/cache@v4.0.2
uses: actions/cache@v4.1.0
with:
path: ~/.nuget/packages
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
- uses: actions/[email protected]

- name: Cache NuGet packages
uses: actions/cache@v4.0.2
uses: actions/cache@v4.1.0
with:
path: ~/.nuget/packages
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
Expand Down

0 comments on commit bbef507

Please sign in to comment.