Skip to content

Commit 8cbe9fe

Browse files
authored
00000: Updates deprecated actions/checkout version (#29)
1 parent 5faf63e commit 8cbe9fe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
steps:
3636

3737
- name: Check out the repo
38-
uses: actions/checkout@v4
38+
uses: actions/checkout@v6
3939

4040
- name: Set up QEMU
4141
if: inputs.build-type == 'release'
@@ -145,7 +145,7 @@ jobs:
145145
GH_TOKEN: ${{ github.token }}
146146
steps:
147147

148-
- uses: actions/checkout@v4
148+
- uses: actions/checkout@v6
149149
with:
150150
token: ${{ secrets.HOWSOAI_WORKFLOW_AUTOMATION_TOKEN }}
151151
ref: ${{ needs.gen-branch-name.outputs.branch }}

0 commit comments

Comments
 (0)