Skip to content

Commit 208ab8c

Browse files
authored
Merge pull request #1998 from salmanmkc/upgrade-github-actions-node24
Upgrade GitHub Actions for Node 24 compatibility
2 parents 9ffbac0 + d300df2 commit 208ab8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cherrypick.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
3838
steps:
3939
- name: Checkout repository
40-
uses: actions/checkout@v5
40+
uses: actions/checkout@v6
4141
with:
4242
fetch-depth: 0
4343
token: ${{ secrets.GITHUB_TOKEN }}
@@ -65,7 +65,7 @@ jobs:
6565
6666
steps:
6767
- name: Checkout base branch repository
68-
uses: actions/checkout@v5
68+
uses: actions/checkout@v6
6969
with:
7070
fetch-depth: 0
7171
ref: ${{ github.event.pull_request.base.ref }}

0 commit comments

Comments
 (0)