Skip to content

Commit 3b556be

Browse files
committed
update actions/checkout version to main in workflow files
1 parent 318356e commit 3b556be

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/predict.yml

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

2525
steps:
2626
- name: Checkout repository
27-
uses: actions/checkout@v4
27+
uses: actions/checkout@main
2828

2929
- name: Run inference
3030
run: |

.github/workflows/publish.yml

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

2727
steps:
2828
- name: Checkout repository
29-
uses: actions/checkout@v4
29+
uses: actions/checkout@main
3030

3131
- name: Run tests
3232
run: |

.github/workflows/tests.yml

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@main
2121

2222
- name: Run tests
2323
run: |

0 commit comments

Comments
 (0)