From 088fbc9c3810beda794345582d7bc4479100a177 Mon Sep 17 00:00:00 2001 From: John Fultz Date: Sat, 15 Jul 2023 21:58:08 -0500 Subject: Update versions of various actions. --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.github') diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 10e0430..d4c38ad 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -73,20 +73,20 @@ jobs: steps: - name: Check out sources - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Get latest CMake and ninja uses: lukka/get-cmake@latest - name: Cache Qt id: cache-qt - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: ../Qt key: ${{ runner.os }}-${{ matrix.qt_ver }}-${{ matrix.qt_arch }}-Qt-cache - name: Install Qt - uses: jurplel/install-qt-action@v2 + uses: jurplel/install-qt-action@v3 with: version: ${{ matrix.qt_ver }} arch: ${{ matrix.qt_arch }} -- cgit v1.2.3