From 233ddabb0964449044fa9a8370274a06b92904a8 Mon Sep 17 00:00:00 2001 From: Andreas Reischuck Date: Tue, 30 Jul 2024 00:46:41 +0200 Subject: [PATCH] Update GHA action versions --- .github/workflows/clang.yml | 10 +++++----- .github/workflows/gcc.yml | 8 ++++---- .github/workflows/windows.yml | 12 ++++++------ 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/clang.yml b/.github/workflows/clang.yml index 0087a7b..8dac69e 100644 --- a/.github/workflows/clang.yml +++ b/.github/workflows/clang.yml @@ -25,7 +25,7 @@ jobs: qmake --version - name: Git Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 - run: qmake -r "CONFIG+=${{ matrix.std_cpp }}" - run: make -j @@ -45,7 +45,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Git Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Build & Test run: >- @@ -80,13 +80,13 @@ jobs: steps: - name: Cache Qt id: cache-qt - uses: actions/cache@v1 + uses: actions/cache@v4 with: path: ../Qt key: QtCache-${{ matrix.qt_version }}-${{ matrix.qt_arch }} - name: Install Qt - uses: jurplel/install-qt-action@v2 + uses: jurplel/install-qt-action@v4 with: version: "${{ matrix.qt_version }}" arch: "${{ matrix.qt_arch }}" @@ -104,7 +104,7 @@ jobs: clang++ --version - name: Git Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 - run: qmake -r "CONFIG+=${{ matrix.std_cpp }}" - run: make -j diff --git a/.github/workflows/gcc.yml b/.github/workflows/gcc.yml index a2a7c48..c81716e 100644 --- a/.github/workflows/gcc.yml +++ b/.github/workflows/gcc.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Git Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Build & Test run: >- @@ -52,13 +52,13 @@ jobs: steps: - name: Cache Qt id: cache-qt - uses: actions/cache@v1 + uses: actions/cache@v4 with: path: ../Qt key: QtCache-${{ matrix.qt_version }}-${{ matrix.qt_arch }} - name: Install Qt - uses: jurplel/install-qt-action@v2 + uses: jurplel/install-qt-action@v4 with: version: "${{ matrix.qt_version }}" arch: "${{ matrix.qt_arch }}" @@ -75,7 +75,7 @@ jobs: g++ --version - name: Git Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 - run: qmake -r "CONFIG+=${{ matrix.std_cpp }}" - run: make -j diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 447ef4d..563eb5e 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -33,13 +33,13 @@ jobs: steps: - name: Cache Qt id: cache-qt - uses: actions/cache@v1 + uses: actions/cache@v4 with: path: ../Qt key: QtCache-${{ matrix.qt_version }}-${{ matrix.qt_arch }} - name: Install Qt - uses: jurplel/install-qt-action@v2 + uses: jurplel/install-qt-action@v4 with: version: "${{ matrix.qt_version }}" arch: "${{ matrix.qt_arch }}" @@ -57,7 +57,7 @@ jobs: qbs config --list profiles - name: Git Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 - run: >- qbs build @@ -87,13 +87,13 @@ jobs: steps: - name: Cache Qt id: cache-qt - uses: actions/cache@v1 + uses: actions/cache@v4 with: path: ../Qt key: QtCache-${{ matrix.qt_version }}-${{ matrix.qt_arch }} - name: Install Qt - uses: jurplel/install-qt-action@v2 + uses: jurplel/install-qt-action@v4 with: version: "${{ matrix.qt_version }}" arch: "${{ matrix.qt_arch }}" @@ -103,7 +103,7 @@ jobs: uses: ilammy/msvc-dev-cmd@v1 - name: Git Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 - run: qmake -r - run: nmake