Skip to content

Commit

Permalink
Merge pull request #945 from lsst-sqre/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/cache-4

Bump actions/cache from 3 to 4
  • Loading branch information
rra authored Jan 23, 2024
2 parents af81235 + f4e21a1 commit 2ede016
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
# the cache of the downloaded modules and then run npm
# clean-install.
- name: Cache installed Node modules
uses: actions/cache@v3
uses: actions/cache@v4
id: node-cache
with:
path: ./ui/node_modules
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/periodic-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
# the cache of the downloaded modules and then run npm
# clean-install.
- name: Cache installed Node modules
uses: actions/cache@v3
uses: actions/cache@v4
id: node-cache
with:
path: ./ui/node_modules
Expand Down

0 comments on commit 2ede016

Please sign in to comment.