Skip to content

Commit bcfcab3

Browse files
committed
Fixed the checkout version
1 parent a6ad0fa commit bcfcab3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release_image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout Repository
14-
uses: actions/checkout@v6
14+
uses: actions/checkout@v4
1515

1616
- name: Install build deps
1717
run: |

0 commit comments

Comments
 (0)