Skip to content

Commit 2c73ce1

Browse files
Update actions/checkout action to v6
1 parent 3c2959e commit 2c73ce1

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/gen_data.yaml

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

2121
steps:
2222
- name: Checkout repository
23-
uses: actions/checkout@v4
23+
uses: actions/checkout@v6
2424
with:
2525
path: main
2626
fetch-depth: 1

.github/workflows/schedule_builds.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
continue-on-error: false
5050

5151
- name: Checkout repository
52-
uses: actions/checkout@v4
52+
uses: actions/checkout@v6
5353
with:
5454
path: main
5555
fetch-depth: 1

.github/workflows/sync_lists.yaml

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

1818
steps:
1919
- name: Checkout repository
20-
uses: actions/checkout@v4
20+
uses: actions/checkout@v6
2121
with:
2222
path: main
2323
fetch-depth: 1

0 commit comments

Comments
 (0)