We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5faf63e commit 8cbe9feCopy full SHA for 8cbe9fe
1 file changed
.github/workflows/build.yml
@@ -35,7 +35,7 @@ jobs:
35
steps:
36
37
- name: Check out the repo
38
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
39
40
- name: Set up QEMU
41
if: inputs.build-type == 'release'
@@ -145,7 +145,7 @@ jobs:
145
GH_TOKEN: ${{ github.token }}
146
147
148
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
149
with:
150
token: ${{ secrets.HOWSOAI_WORKFLOW_AUTOMATION_TOKEN }}
151
ref: ${{ needs.gen-branch-name.outputs.branch }}
0 commit comments