Skip to content

Commit

Permalink
Merge pull request #113 from myrotvorets/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/cache-v2.1.5

Bump actions/cache from v2.1.4 to v2.1.5
  • Loading branch information
myrotvorets-team authored Apr 13, 2021
2 parents ae70567 + 12eedd0 commit 9b4835b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
node-version: ${{ matrix.node }}

- name: Cache Node modules
uses: actions/[email protected].4
uses: actions/[email protected].5
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 @@ -35,7 +35,7 @@ jobs:
node-version: ${{ env.NODE_VERSION }}

- name: Cache Node modules
uses: actions/[email protected].4
uses: actions/[email protected].5
env:
cache-name: cache-node-modules
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
registry-url: https://npm.pkg.github.com

- name: Cache node modules
uses: actions/[email protected].4
uses: actions/[email protected].5
env:
cache-name: cache-node-modules
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
node-version: ${{ env.NODE_VERSION }}

- name: Cache Node modules
uses: actions/[email protected].4
uses: actions/[email protected].5
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/[email protected].4
uses: actions/[email protected].5
env:
cache-name: cache-node-modules
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sonarscan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
node-version: ${{ env.NODE_VERSION }}

- name: Cache Node modules
uses: actions/[email protected].4
uses: actions/[email protected].5
env:
cache-name: cache-node-modules
with:
Expand Down

0 comments on commit 9b4835b

Please sign in to comment.