From 0e90e016be3967147db426b51c4a8e308d9afac7 Mon Sep 17 00:00:00 2001 From: Edgar Date: Sat, 24 Feb 2024 22:34:51 +0100 Subject: [PATCH] :construction_worker: Updated gh actions --- .github/workflows/build-overte.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-overte.yml b/.github/workflows/build-overte.yml index f175a4f5fd..5679915b9e 100644 --- a/.github/workflows/build-overte.yml +++ b/.github/workflows/build-overte.yml @@ -8,14 +8,14 @@ jobs: name: Linux build on Ubuntu runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: false fetch-depth: 1 - name: Cache conan id: cache-conan - uses: actions/cache@v3 + uses: actions/cache@v4 with: key: conan-ubuntu-${{ hashFiles('conanfile.py') }} restore-keys: | @@ -89,7 +89,7 @@ jobs: steps: - run: echo $env:BUILD_TOOLS_PATH | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: false fetch-depth: 1 @@ -99,14 +99,14 @@ jobs: shell: cmd - name: Install Qt5 - uses: jurplel/install-qt-action@v3.3.0 + uses: jurplel/install-qt-action@v3 with: cache: true cache-key-prefix: windows-QtCache modules: qtwebengine - name: Cache conan packages - uses: actions/cache@v3 + uses: actions/cache@v4 with: key: conan-windows-${{ hashFiles('conanfile.py') }} restore-keys: | @@ -121,7 +121,7 @@ jobs: shell: cmd - name: Enable Developer Command Prompt - uses: ilammy/msvc-dev-cmd@v1.12.1 + uses: ilammy/msvc-dev-cmd@v1 - name: Configure run: cmake --preset conan-release