We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 318356e commit 3b556beCopy full SHA for 3b556be
3 files changed
.github/workflows/predict.yml
@@ -24,7 +24,7 @@ jobs:
24
25
steps:
26
- name: Checkout repository
27
- uses: actions/checkout@v4
+ uses: actions/checkout@main
28
29
- name: Run inference
30
run: |
.github/workflows/publish.yml
@@ -26,7 +26,7 @@ jobs:
31
- name: Run tests
32
.github/workflows/tests.yml
@@ -17,7 +17,7 @@ jobs:
17
18
19
20
21
22
23
0 commit comments