Skip to content

Commit 2f2dced

Browse files
Bump actions/checkout from v4 to v6 in /.github/workflows (#25)
1 parent adab3cd commit 2f2dced

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

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

2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v6
2323

2424
- name: Setup Python
2525
uses: actions/setup-python@v6

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
model: [yolo11n, yolov8s-worldv2, yoloe11s]
1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v6
2222
- name: Setup Python
2323
uses: actions/setup-python@v6
2424
with:

0 commit comments

Comments
 (0)