From 69ea40b53eede9f1a279eb3ac0cb77ab19acba09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Dec 2022 00:00:45 +0000 Subject: [PATCH] Infrastructure: Bump actions/cache from 2.1.6 to 3.2.2 Bumps [actions/cache](https://github.com/actions/cache) from 2.1.6 to 3.2.2. - [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.2.2) --- 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..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}}