Skip to content

Commit a3effa1

Browse files
committed
workflows
1 parent 04c5ff2 commit a3effa1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci-alpine-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,12 +106,12 @@ jobs:
106106
printf '%s\n\n' "DEBIAN_FRONTEND=noninteractive" >> env.custom
107107
108108
- name: Host - Bootstrap qemu
109-
uses: userdocs/actions/qemu@fb511333f39562a36780f1cf900b0e0729b180e3 # v1.0.5
109+
uses: userdocs/actions/qemu@e8f57bd585c7bb6dcce011694d6772bab657abca # v1.0.7
110110
with:
111111
target_arch: ${{ matrix.qbt_cross_name }}
112112

113113
- name: Host - Bootstrap docker container
114-
uses: userdocs/actions/qbt_docker@fb511333f39562a36780f1cf900b0e0729b180e3 # v1.0.5
114+
uses: userdocs/actions/qbt_docker@e8f57bd585c7bb6dcce011694d6772bab657abca # v1.0.7
115115
with:
116116
os_id: ${{ matrix.os_id }}
117117
os_version_id: ${{ matrix.os_version_id }}

.github/workflows/ci-debian-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,12 +121,12 @@ jobs:
121121
printf '%s\n\n' "DEBIAN_FRONTEND=noninteractive" >> env.custom
122122
123123
- name: Host - Bootstrap qemu
124-
uses: userdocs/actions/qemu@fb511333f39562a36780f1cf900b0e0729b180e3 # v1.0.5
124+
uses: userdocs/actions/qemu@e8f57bd585c7bb6dcce011694d6772bab657abca # v1.0.7
125125
with:
126126
target_arch: ${{ matrix.qbt_cross_name }}
127127

128128
- name: Host - Bootstrap docker container
129-
uses: userdocs/actions/qbt_docker@fb511333f39562a36780f1cf900b0e0729b180e3 # v1.0.5
129+
uses: userdocs/actions/qbt_docker@e8f57bd585c7bb6dcce011694d6772bab657abca # v1.0.7
130130
with:
131131
os_id: ${{ matrix.os_id }}
132132
os_version_id: ${{ matrix.os_version_id }}

0 commit comments

Comments
 (0)