From 9a8894860951a81293da8ac416b2bb2c0cd9b099 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Oct 2022 00:12:27 +0000 Subject: [PATCH] Infrastructure: Bump actions/cache from 2.1.6 to 3.0.11 Bumps [actions/cache](https://github.com/actions/cache) from 2.1.6 to 3.0.11. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v2.1.6...v3.0.11) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-mudlet.yml | 6 +++--- .github/workflows/clangtidy-diff-analysis.yml | 4 ++-- .github/workflows/codeql-analysis.yml | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build-mudlet.yml b/.github/workflows/build-mudlet.yml index b012e0de214..5002381f34a 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.11 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.11 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.11 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..de6371efa7d 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.11 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.11 id: cache-boost with: path: ${{env.BOOST_ROOT}} diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 4233dd230f1..ed7a6b5ec48 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.11 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.11 id: cache-boost with: path: ${{env.BOOST_ROOT}}