Skip to content

Commit

Permalink
Merge pull request #39 from sjinks/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…cache-3.0.2

Bump actions/cache from 3.0.1 to 3.0.2
  • Loading branch information
sjinks authored Apr 12, 2022
2 parents 20b7ddf + 7eadfc2 commit 1d13238
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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:
node-version: ${{ matrix.node }}

- name: Cache Node modules
uses: actions/cache@v3.0.1
uses: actions/cache@v3.0.2
env:
cache-name: cache-node-modules
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
node-version: ${{ env.NODE_VERSION }}

- name: Cache Node modules
uses: actions/cache@v3.0.1
uses: actions/cache@v3.0.2
env:
cache-name: cache-node-modules
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
node-version: ${{ env.NODE_VERSION }}

- name: Cache Node modules
uses: actions/cache@v3.0.1
uses: actions/cache@v3.0.2
env:
cache-name: cache-node-modules
with:
Expand Down

0 comments on commit 1d13238

Please sign in to comment.