Skip to content

Commit 85b8802

Browse files
author
Andrei Arkhipov
authored
Merge pull request #196 from awibox/dependabot/github_actions/actions/checkout-v2.3.4
build(deps): bump actions/checkout from v1 to v2.3.4
2 parents 0298a67 + ac3c3f0 commit 85b8802

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
@@ -9,7 +9,7 @@ jobs:
99
matrix:
1010
node-version: [12.x, 14.x]
1111
steps:
12-
- uses: actions/checkout@v1
12+
- uses: actions/checkout@v2.3.4
1313
- name: Use Node.js ${{ matrix.node-version }}
1414
uses: actions/[email protected]
1515
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
matrix:
1313
node-version: [14.x]
1414
steps:
15-
- uses: actions/checkout@v1
15+
- uses: actions/checkout@v2.3.4
1616
- name: Use Node.js ${{ matrix.node-version }}
1717
uses: actions/[email protected]
1818
with:

0 commit comments

Comments
 (0)