Skip to content

Commit

Permalink
Merge pull request #11 from DevoInc/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/cache-4

build(deps): bump actions/cache from 3 to 4
  • Loading branch information
tripu authored Jan 23, 2024
2 parents 08a8309 + df5da62 commit 739c9f9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- name: Cache node modules
id: cache-npm
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: cache-node-modules
with:
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:

- name: Use node modules cache
id: cache-npm
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: cache-node-modules
with:
Expand All @@ -79,7 +79,7 @@ jobs:

- name: Use node modules cache
id: cache-npm
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: cache-node-modules
with:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- name: Cache node modules
id: cache-npm
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: cache-node-modules
with:
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:

- name: Use node modules cache
id: cache-npm
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: cache-node-modules
with:
Expand All @@ -86,7 +86,7 @@ jobs:

- name: Use node modules cache
id: cache-npm
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: cache-node-modules
with:
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:

- name: Use node modules cache
id: cache-npm
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: cache-node-modules
with:
Expand Down

0 comments on commit 739c9f9

Please sign in to comment.