Skip to content

Commit 098d199

Browse files
committed
Update GitHub Actions
1 parent 999c118 commit 098d199

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/ci.yml

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

1616
steps:
1717
- name: Checkout repo
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@v6
1919

2020
- name: Setup node
21-
uses: actions/setup-node@v4
21+
uses: actions/setup-node@v6
2222
with:
2323
node-version: '24' # Use latest LTS version
2424

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ jobs:
1616
working-directory: precise
1717

1818
steps:
19-
- uses: actions/checkout@v6
19+
- name: Checkout repo
20+
uses: actions/checkout@v6
2021
with:
2122
fetch-depth: 0
2223

0 commit comments

Comments
 (0)