Skip to content

Commit

Permalink
Bump actions/cache from 4.0.2 to 4.1.1
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.1.
- [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.1)

---
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 14, 2024
1 parent 1579139 commit 24e85c7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
registry-url: 'https://registry.npmjs.org'

- name: Restore Cache
uses: actions/cache/restore@v4.0.2
uses: actions/cache/restore@v4.1.1
id: npm-cache
with:
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
registry-url: 'https://registry.npmjs.org'

- name: Upload to Cache
uses: actions/cache@v4.0.2
uses: actions/cache@v4.1.1
id: npm-cache
with:
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
registry-url: 'https://registry.npmjs.org'

- name: Upload to Cache
uses: actions/cache@v4.0.2
uses: actions/cache@v4.1.1
id: npm-cache
with:
path: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
registry-url: 'https://registry.npmjs.org'

- name: Upload to Cache
uses: actions/cache@v4.0.2
uses: actions/cache@v4.1.1
id: npm-cache
with:
path: |
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
registry-url: 'https://registry.npmjs.org'

- name: Restore Cache
uses: actions/cache/restore@v4.0.2
uses: actions/cache/restore@v4.1.1
id: npm-cache
with:
path: |
Expand Down

0 comments on commit 24e85c7

Please sign in to comment.