Skip to content

Commit 67c8ebe

Browse files
chore(deps): update all dependencies (#239)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent edd7f8e commit 67c8ebe

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ jobs:
180180
181181
- name: Host - Upload libtorrent-v${{ matrix.qbt_libtorrent_version }}-qbittorrent-nox and release info artifact ${{ inputs.distinct_id }}
182182
if: success()
183-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
183+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
184184
with:
185185
name: libtorrent-v${{ matrix.qbt_libtorrent_version }}-${{ matrix.qbt_cross_name }}-${{ matrix.qbt_qt_version_name }}qbittorrent-nox
186186
path: |
@@ -189,7 +189,7 @@ jobs:
189189
190190
- name: Host - Upload cmake graphs artifact ${{ inputs.distinct_id }}
191191
if: success() && matrix.qbt_build_tool == ''
192-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
192+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
193193
with:
194194
name: "${{ matrix.qbt_cross_name }}-libtorrent-v${{ matrix.qbt_libtorrent_version }}-graphs"
195195
path: "${{ env.qbt_build_dir }}/completed/*.png"

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@ jobs:
3939
curl -sLo- "https://github.com/jgm/pandoc/releases/latest/download/pandoc-${pandoc_git_tag}-linux-$(dpkg --print-architecture).tar.gz" | tar xzf - --strip-components 2 -C "$(pwd)" --exclude="share"
4040
4141
- name: Host - Download 1.2 qbittorrent-nox artifacts ${{ inputs.distinct_id }}
42-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
42+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
4343
with:
4444
path: "1.2"
4545
pattern: libtorrent-v1.2-*-qbittorrent-nox
4646
merge-multiple: true
4747

4848
- name: Host - Download 2.0 qbittorrent-nox artifacts ${{ inputs.distinct_id }}
49-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
49+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
5050
with:
5151
path: "2.0"
5252
pattern: libtorrent-v2.0-*-qbittorrent-nox

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ repos:
2626
- id: check-shebang-scripts-are-executable
2727

2828
- repo: https://github.com/woodruffw/zizmor-pre-commit
29-
rev: v1.15.2
29+
rev: v1.16.0
3030
hooks:
3131
- id: zizmor
3232

0 commit comments

Comments
 (0)