Skip to content

Commit ff265fc

Browse files
chore(deps): update userdocs/actions # v1.0.3
1 parent 36513eb commit ff265fc

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
@@ -105,12 +105,12 @@ jobs:
105105
printf '%s\n\n' "DEBIAN_FRONTEND=noninteractive" >> env.custom
106106
107107
- name: Host - Bootstrap qemu
108-
uses: userdocs/actions/qemu@749d0010d8abde6c8a8ffc720856de5e799bdfea # v1.0.2
108+
uses: userdocs/actions/qemu@16623a588fd2373057c0334ea327a191d60b2f70 # v1.0.3
109109
with:
110110
target_arch: ${{ matrix.qbt_cross_name }}
111111

112112
- name: Host - Bootstrap docker container
113-
uses: userdocs/actions/qbt_docker@749d0010d8abde6c8a8ffc720856de5e799bdfea # v1.0.2
113+
uses: userdocs/actions/qbt_docker@16623a588fd2373057c0334ea327a191d60b2f70 # v1.0.3
114114
with:
115115
os_id: ${{ matrix.os_id }}
116116
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
@@ -120,12 +120,12 @@ jobs:
120120
printf '%s\n\n' "DEBIAN_FRONTEND=noninteractive" >> env.custom
121121
122122
- name: Host - Bootstrap qemu
123-
uses: userdocs/actions/qemu@749d0010d8abde6c8a8ffc720856de5e799bdfea # v1.0.2
123+
uses: userdocs/actions/qemu@16623a588fd2373057c0334ea327a191d60b2f70 # v1.0.3
124124
with:
125125
target_arch: ${{ matrix.qbt_cross_name }}
126126

127127
- name: Host - Bootstrap docker container
128-
uses: userdocs/actions/qbt_docker@749d0010d8abde6c8a8ffc720856de5e799bdfea # v1.0.2
128+
uses: userdocs/actions/qbt_docker@16623a588fd2373057c0334ea327a191d60b2f70 # v1.0.3
129129
with:
130130
os_id: ${{ matrix.os_id }}
131131
os_version_id: ${{ matrix.os_version_id }}

0 commit comments

Comments
 (0)