Skip to content

Commit 080317a

Browse files
chore(deps): update all dependencies
1 parent 36513eb commit 080317a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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

Lines changed: 3 additions & 3 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@fb511333f39562a36780f1cf900b0e0729b180e3 # v1.0.5
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@fb511333f39562a36780f1cf900b0e0729b180e3 # v1.0.5
114114
with:
115115
os_id: ${{ matrix.os_id }}
116116
os_version_id: ${{ matrix.os_version_id }}
@@ -168,7 +168,7 @@ jobs:
168168
run: docker exec -w ${wd}/${qbt_build_dir}/completed ${container_name} mv -f qbittorrent-nox ${{ matrix.qbt_cross_name }}-${{ matrix.qbt_qt_version_name }}qbittorrent-nox
169169

170170
- name: Generate artifact attestation ${{ inputs.distinct_id }}
171-
uses: actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2.4.0
171+
uses: actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3.0.0
172172
with:
173173
subject-path: "${{ env.qbt_build_dir }}/completed/${{ matrix.qbt_cross_name }}-${{ matrix.qbt_qt_version_name }}qbittorrent-nox"
174174

.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@fb511333f39562a36780f1cf900b0e0729b180e3 # v1.0.5
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@fb511333f39562a36780f1cf900b0e0729b180e3 # v1.0.5
129129
with:
130130
os_id: ${{ matrix.os_id }}
131131
os_version_id: ${{ matrix.os_version_id }}

0 commit comments

Comments
 (0)