From b179e882c19363de2c66be70c9e9eeaba87e5437 Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Thu, 25 Apr 2024 20:08:20 +0200 Subject: [PATCH] master is broken --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e736084..1c092c6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,7 +18,7 @@ jobs: with: python-version: '3.10' - - uses: jurplel/install-qt-action@master + - uses: jurplel/install-qt-action@v3 id: qt with: cache: true @@ -90,7 +90,7 @@ jobs: - name: Install dependencies run: sudo apt-get install -y autoconf automake build-essential cmake git libarchive-dev libssl-dev nettle-dev libmbedtls-dev libacl1-dev libbz2-dev liblzma-dev liblz4-dev libzstd-dev lzop pkg-config zlib1g-dev - - uses: jurplel/install-qt-action@master + - uses: jurplel/install-qt-action@v3 id: qt with: cache: true @@ -135,7 +135,7 @@ jobs: with: submodules: recursive - - uses: jurplel/install-qt-action@master + - uses: jurplel/install-qt-action@v3 id: qt with: cache: true