Skip to content

Commit 9c6dc4c

Browse files
gburdgithub-actions[bot]
authored andcommitted
ci: bump actions/checkout to v5 in sync workflows
Silences the Node 20 deprecation warning on the auto-sync runs.
1 parent 2e65158 commit 9c6dc4c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/sync-upstream-manual.yml

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

1919
steps:
2020
- name: Checkout repository
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v5
2222
with:
2323
fetch-depth: 0
2424
# PAT with repo + workflow scope. The default GITHUB_TOKEN cannot push

.github/workflows/sync-upstream.yml

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

1616
steps:
1717
- name: Checkout repository
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@v5
1919
with:
2020
fetch-depth: 0
2121
# PAT with repo + workflow scope. The default GITHUB_TOKEN cannot push

0 commit comments

Comments
 (0)