Skip to content

Commit 2b6dc37

Browse files
uidev1116claude
andcommitted
ci: bump actions/checkout to v7 (Node.js 20 deprecation)
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent d25729d commit 2b6dc37

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

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

1313
steps:
1414
- name: Checkout code
15-
uses: actions/checkout@v3
15+
uses: actions/checkout@v7
1616

1717
- name: Install system dependencies
1818
run: |

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
release:
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@v7
2222
with:
2323
fetch-depth: 0
2424

0 commit comments

Comments
 (0)