Skip to content

Commit

Permalink
feat(github-action): update actions/cache ( v4.0.2 → v4.1.0 )
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 4, 2024
1 parent 443fd66 commit df56426
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
scope: '@ivuorinen'

- name: Cache Node Modules
uses: actions/cache@v4.0.2
uses: actions/cache@v4.1.0
id: cache
with:
path: node_modules
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
scope: '@ivuorinen'

- name: Cache Node Modules
uses: actions/cache@v4.0.2
uses: actions/cache@v4.1.0
id: cache
with:
path: node_modules
Expand Down

0 comments on commit df56426

Please sign in to comment.