Skip to content

Commit c9fb60f

Browse files
Merge branch 'main' into dependabot/npm_and_yarn/tseslint-afabf83458
2 parents 04e4e57 + ad55dda commit c9fb60f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/check-dist.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: actions/checkout@v5
3535

3636
- name: Setup Node.js
37-
uses: actions/setup-node@v5
37+
uses: actions/setup-node@v6
3838
with:
3939
node-version: 20
4040
cache: npm
@@ -58,7 +58,7 @@ jobs:
5858
5959
# If index.js was different than expected, upload the expected version as
6060
# a workflow artifact.
61-
- uses: actions/upload-artifact@v4
61+
- uses: actions/upload-artifact@v5
6262
if: ${{ failure() && steps.diff.conclusion == 'failure' }}
6363
with:
6464
name: dist

.github/workflows/ci.yml

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

2323
- name: Setup Node.js
2424
id: setup-node
25-
uses: actions/setup-node@v5
25+
uses: actions/setup-node@v6
2626
with:
2727
node-version-file: .node-version
2828
cache: npm

.github/workflows/linter.yml

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

2828
- name: Setup Node.js
2929
id: setup-node
30-
uses: actions/setup-node@v5
30+
uses: actions/setup-node@v6
3131
with:
3232
node-version: 20
3333
cache: npm

0 commit comments

Comments
 (0)