Skip to content

Commit fdf83d5

Browse files
committed
chore: bump actions/setup-node v4→v6 and actions/checkout v4→v6
1 parent c45a9cf commit fdf83d5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
git clone --depth 1 --branch "${{ steps.vars.outputs.tag }}" \
4848
https://codeberg.org/crisconru/schemasjs.git source
4949
50-
- uses: actions/setup-node@v4
50+
- uses: actions/setup-node@v6
5151
with:
5252
node-version: "24"
5353
registry-url: "https://registry.npmjs.org"

.github/workflows/sync-stub.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
permissions:
1818
contents: write
1919
steps:
20-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@v6
2121

2222
- name: Resolve source ref
2323
id: vars

0 commit comments

Comments
 (0)