Skip to content

Commit 2f63e20

Browse files
⬆️ upgrade actions/checkout action to v6
1 parent a60f8d7 commit 2f63e20

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

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

1515
steps:
1616
- name: Checkout repo
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v6
1818
with:
1919
fetch-depth: 2
2020
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)