Skip to content

Commit

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

Bump actions/cache from 3.2.0 to 3.2.1
  • Loading branch information
sjinks authored Dec 24, 2022
2 parents 2716025 + a5e5b5b commit 6431cb1
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.2.0
uses: actions/cache@v3.2.1
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.2.0
uses: actions/cache@v3.2.1
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.2.0
uses: actions/cache@v3.2.1
env:
cache-name: cache-node-modules
with:
Expand Down

0 comments on commit 6431cb1

Please sign in to comment.