Skip to content

Commit 5f45a6f

Browse files
Update actions/checkout action to v4
1 parent 3bc6745 commit 5f45a6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cherry-pick-comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout the latest code
18-
uses: actions/checkout@v2
18+
uses: actions/checkout@v4
1919
with:
2020
token: ${{ secrets.OPENDATAHUB_TESTS_BOT_PAT }}
2121
fetch-depth: 0 # otherwise, you will fail to push refs to dest repo

0 commit comments

Comments
 (0)