Skip to content

Commit 02a9d5e

Browse files
authored
Merge branch 'master' into dependabot/npm_and_yarn/examples/simple/lodash-4.17.20
2 parents 29a2754 + db739fe commit 02a9d5e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: 'actions/checkout@v2'
2121

2222
- name: Use Node.js ${{ matrix.node-version }}
23-
uses: 'actions/[email protected].2'
23+
uses: 'actions/[email protected].4'
2424
with:
2525
node-version: ${{ matrix.node-version }}
2626

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
path: '**/node_modules'
1919
key: ${{ runner.os }}-${{ hashFiles('**/package.json') }}
2020

21-
- uses: 'actions/[email protected].2'
21+
- uses: 'actions/[email protected].4'
2222
with:
2323
node-version: 14
2424
registry-url: 'https://registry.npmjs.org/'

0 commit comments

Comments
 (0)