Skip to content

Commit 8911fa6

Browse files
chore(deps): update userdocs/actions # v1.0.1 (#218)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 18a2364 commit 8911fa6

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,9 +106,9 @@ jobs:
106106
printf '%s\n\n' "DEBIAN_FRONTEND=noninteractive" >> env.custom
107107
108108
- name: Host - Bootstrap qemu
109-
uses: userdocs/actions/qemu@14953114cb6e6734621fcb56513a9b751476b60f # v1.0.0
109+
uses: userdocs/actions/qemu@e74d179578ddcf1cd07cd9eefd0915f33a3bd600 # v1.0.1
110110

111-
- uses: userdocs/actions/qbt_docker@14953114cb6e6734621fcb56513a9b751476b60f # v1.0.0
111+
- uses: userdocs/actions/qbt_docker@e74d179578ddcf1cd07cd9eefd0915f33a3bd600 # v1.0.1
112112
with:
113113
# if the env.custom file exists, it will be used to pass environment
114114
distinct_id: ${{ inputs.distinct_id }}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,9 @@ jobs:
112112
printf '%s\n\n' "DEBIAN_FRONTEND=noninteractive" >> env.custom
113113
114114
- name: Host - Bootstrap qemu
115-
uses: userdocs/actions/qemu@14953114cb6e6734621fcb56513a9b751476b60f # v1.0.0
115+
uses: userdocs/actions/qemu@e74d179578ddcf1cd07cd9eefd0915f33a3bd600 # v1.0.1
116116

117-
- uses: userdocs/actions/qbt_docker@14953114cb6e6734621fcb56513a9b751476b60f # v1.0.0
117+
- uses: userdocs/actions/qbt_docker@e74d179578ddcf1cd07cd9eefd0915f33a3bd600 # v1.0.1
118118
with:
119119
# if the env.custom file exists, it will be used to pass environment
120120
distinct_id: ${{ inputs.distinct_id }}

0 commit comments

Comments
 (0)