Skip to content

Commit 2b1f426

Browse files
chore(deps): bump actions/setup-node from 3.1.0 to 3.1.1 (#326)
1 parent 7058e91 commit 2b1f426

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v3
1616
- name: Use Node.js 14.x
17-
uses: actions/[email protected].0
17+
uses: actions/[email protected].1
1818
with:
1919
node-version: 14.x
2020
- name: Cache Node.js modules
@@ -39,7 +39,7 @@ jobs:
3939
steps:
4040
- uses: actions/checkout@v3
4141
- name: Use Node.js ${{ matrix.node-version }}
42-
uses: actions/[email protected].0
42+
uses: actions/[email protected].1
4343
with:
4444
node-version: ${{ matrix.node-version }}
4545
- name: Cache Node.js modules

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v3
1616
- name: Use Node.js 14.x
17-
uses: actions/[email protected].0
17+
uses: actions/[email protected].1
1818
with:
1919
node-version: 14.x
2020
- name: Cache Node.js modules

0 commit comments

Comments
 (0)