Skip to content

Commit ed1d0c3

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/npm_and_yarn-3c67cbb9cd
2 parents 8612b58 + 7e3bb94 commit ed1d0c3

File tree

3 files changed

+137
-124
lines changed

3 files changed

+137
-124
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616

1717
steps:
1818
- name: Checkout code
19-
uses: actions/checkout@v5
19+
uses: actions/checkout@v6
2020

2121
- name: Set up Node.js
22-
uses: actions/setup-node@v5
22+
uses: actions/setup-node@v6
2323
with:
2424
node-version: '20'
2525

0 commit comments

Comments
 (0)