Skip to content

Commit

Permalink
build(deps): bump actions/cache from 4.1.0 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.1.0 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.1.0...v4.1.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 14, 2024
1 parent 364231a commit ba829d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
node-version: ${{ matrix.node-version }}

- name: Load cached dependencies
uses: actions/cache@v4.1.0
uses: actions/cache@v4.1.1
id: cache
with:
path: |
Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
node-version: ${{ matrix.node-version }}

- name: Load cached dependencies
uses: actions/cache@v4.1.0
uses: actions/cache@v4.1.1
id: cache
with:
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
registry-url: 'https://registry.npmjs.org/'

- name: Load cached dependencies
uses: actions/cache@v4.1.0
uses: actions/cache@v4.1.1
id: cache
with:
path: |
Expand Down

0 comments on commit ba829d3

Please sign in to comment.