Skip to content

Commit

Permalink
Merge pull request #165 from upptime/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/cache-v2.1.4

⬆️ Bump actions/cache from v2 to v2.1.4
  • Loading branch information
AnandChowdhary committed Feb 8, 2021
2 parents 350bebe + bcfd31d commit e72f50f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
languages: javascript
- name: Cache node modules
uses: actions/cache@v2
uses: actions/cache@v2.1.4
env:
cache-name: cache-node-modules
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
version: 2.x
- name: Cache node modules
uses: actions/cache@v2
uses: actions/cache@v2.1.4
env:
cache-name: cache-node-modules
with:
Expand Down

0 comments on commit e72f50f

Please sign in to comment.