Skip to content

Commit d221c4d

Browse files
authored
Merge branch 'master' into dependabot/npm_and_yarn/examples/repository-mode/lodash-4.17.20
2 parents 5a97cbd + 8e0df8e commit d221c4d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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/'

examples/simple/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)