diff --git a/.github/workflows/build-mudlet.yml b/.github/workflows/build-mudlet.yml index b012e0de214..3fe3d5a4142 100644 --- a/.github/workflows/build-mudlet.yml +++ b/.github/workflows/build-mudlet.yml @@ -59,7 +59,7 @@ jobs: fetch-depth: 0 - name: Restore Qt cache - uses: actions/cache@v2.1.6 + uses: actions/cache@v3.2.2 id: cache-qt with: path: ${{runner.workspace}}/Qt/${{matrix.qt}} @@ -76,7 +76,7 @@ jobs: - name: Restore Boost cache - uses: actions/cache@v2.1.6 + uses: actions/cache@v3.2.2 id: cache-boost with: path: ${{env.BOOST_ROOT}} @@ -276,7 +276,7 @@ jobs: run: ctest --output-on-failure - name: (Linux/macOS) restore Luarocks for packaging - uses: actions/cache@v2.1.6 + uses: actions/cache@v3.2.2 with: path: $HOME/.luarocks key: ccache-${{matrix.os}}-${{matrix.compiler}}-${{hashFiles('.github/workflows/build-mudlet.yml')}} diff --git a/.github/workflows/clangtidy-diff-analysis.yml b/.github/workflows/clangtidy-diff-analysis.yml index 2e46140a24b..3bdd3ad953d 100644 --- a/.github/workflows/clangtidy-diff-analysis.yml +++ b/.github/workflows/clangtidy-diff-analysis.yml @@ -36,7 +36,7 @@ jobs: repository: ${{github.event.pull_request.head.repo.full_name}} - name: Restore Qt cache - uses: actions/cache@v2.1.6 + uses: actions/cache@v3.2.2 id: cache-qt with: path: ${{github.workspace}}/Qt/${{matrix.qt}} @@ -51,7 +51,7 @@ jobs: aqtversion: '==1.1.2' - name: Restore Boost cache - uses: actions/cache@v2.1.6 + uses: actions/cache@v3.2.2 id: cache-boost with: path: ${{env.BOOST_ROOT}} diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 4233dd230f1..4c6fdd1a98e 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -43,7 +43,7 @@ jobs: submodules: true - name: Restore Qt cache - uses: actions/cache@v2.1.6 + uses: actions/cache@v3.2.2 id: cache-qt with: path: ${{runner.workspace}}/Qt/${{matrix.qt}} @@ -59,7 +59,7 @@ jobs: aqtversion: '==1.1.2' - name: Restore Boost cache - uses: actions/cache@v2.1.6 + uses: actions/cache@v3.2.2 id: cache-boost with: path: ${{env.BOOST_ROOT}}