Skip to content
This repository was archived by the owner on Jan 14, 2022. It is now read-only.

Commit f309173

Browse files
Bump actions/setup-node from 2.4.0 to 2.4.1 (#118)
1 parent 8855305 commit f309173

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99

1010
steps:
1111
- uses: actions/checkout@master
12-
- uses: actions/[email protected].0
12+
- uses: actions/[email protected].1
1313
with:
1414
node-version: '13.x'
1515
- name: Install dependencies

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
steps:
1414
- uses: actions/checkout@master
15-
- uses: actions/[email protected].0
15+
- uses: actions/[email protected].1
1616
with:
1717
node-version: '13.x'
1818
- name: Install dependencies

0 commit comments

Comments
 (0)