Skip to content

Commit e89d4ff

Browse files
Update actions/setup-node action to v3.9.0
1 parent 0ae2adf commit e89d4ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
uses: actions/checkout@v3
1212

1313
- name: Setup Node.js 18.x
14-
uses: actions/setup-node@v3.1.1
14+
uses: actions/setup-node@v3.9.0
1515
with:
1616
node-version: 18.x
1717

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fetch-depth: 0
1818

1919
- name: Setup Node.js 18.x
20-
uses: actions/setup-node@v3.1.1
20+
uses: actions/setup-node@v3.9.0
2121
with:
2222
node-version: 18.x
2323
cache: npm

0 commit comments

Comments
 (0)