diff --git a/.github/workflows/build-mudlet.yml b/.github/workflows/build-mudlet.yml index b012e0de214..20f8dc1d2a5 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.0.7 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.0.7 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.0.7 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..33d2da1bf35 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.0.7 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.0.7 id: cache-boost with: path: ${{env.BOOST_ROOT}} diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 4233dd230f1..37afe6bf53e 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.0.7 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.0.7 id: cache-boost with: path: ${{env.BOOST_ROOT}}