We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6ad0fa commit bcfcab3Copy full SHA for bcfcab3
1 file changed
.github/workflows/release_image.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- name: Checkout Repository
14
- uses: actions/checkout@v6
+ uses: actions/checkout@v4
15
16
- name: Install build deps
17
run: |
0 commit comments