diff options
author | John Fultz <jfultz@wolfram.com> | 2023-07-15 21:58:08 -0500 |
---|---|---|
committer | John Fultz <jfultz@wolfram.com> | 2023-07-15 21:58:08 -0500 |
commit | 088fbc9c3810beda794345582d7bc4479100a177 (patch) | |
tree | e0fac85d4f45d6e8802278417d0ee7724bc894c1 /.github/workflows | |
parent | a433ba42748da70fa1b782aa7f31a19dc212328f (diff) |
Update versions of various actions.
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/build.yml | 6 |
1 files changed, 3 insertions, 3 deletions
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 }} |