Skip to content

Commit 1c7ff2b

Browse files
authored
Merge pull request #565 from korthout/renovate/actions-setup-node-6.x
Update actions/setup-node action to v6.3.0
2 parents f484d43 + 784f5d6 commit 1c7ff2b

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
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1212
- name: Setup Node.js
13-
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
13+
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
1414
with:
1515
node-version-file: 'package.json'
1616
cache: 'npm'

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1414
- name: Setup Node.js
15-
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
15+
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
1616
with:
1717
node-version-file: 'package.json'
1818
cache: 'npm'

0 commit comments

Comments
 (0)