From 8eac015290d4ccbe28be812ad22fd338386f6e58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 13:10:43 +0000 Subject: [PATCH] (build deps): Bump actions/cache from 3.0.11 to 3.2.3 Bumps [actions/cache](https://github.com/actions/cache) from 3.0.11 to 3.2.3. - [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/v3.0.11...v3.2.3) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 30 +++++++++++++-------------- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/docs.yml | 14 ++++++------- 3 files changed, 23 insertions(+), 23 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 842052e9e4..a1ff44c361 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,7 +50,7 @@ jobs: - name: Cache cake frosting id: cache-cake - uses: actions/cache@v3.0.11 + uses: actions/cache@v3.2.3 with: path: run key: run-${{ runner.os }}-${{ hashFiles('./build/**') }} @@ -82,14 +82,14 @@ jobs: - name: Use cached cake frosting id: cache-cake - uses: actions/cache@v3.0.11 + uses: actions/cache@v3.2.3 with: path: run key: run-${{ runner.os }}-${{ hashFiles('./build/**') }} - name: Use cached tools id: cache-tools - uses: actions/cache@v3.0.11 + uses: actions/cache@v3.2.3 with: path: tools key: tools-${{ runner.os }}-${{ hashFiles('./build/**') }} @@ -145,14 +145,14 @@ jobs: - name: Use cached cake frosting id: cache-cake - uses: actions/cache@v3.0.11 + uses: actions/cache@v3.2.3 with: path: run key: run-${{ runner.os }}-${{ hashFiles('./build/**') }} - name: Use cached tools id: cache-tools - uses: actions/cache@v3.0.11 + uses: actions/cache@v3.2.3 with: path: tools key: tools-${{ runner.os }}-${{ hashFiles('./build/**') }} @@ -191,14 +191,14 @@ jobs: - name: Use cached cake frosting id: cache-cake - uses: actions/cache@v3.0.11 + uses: actions/cache@v3.2.3 with: path: run key: run-${{ runner.os }}-${{ hashFiles('./build/**') }} - name: Use cached tools id: cache-tools - uses: actions/cache@v3.0.11 + uses: actions/cache@v3.2.3 with: path: tools key: tools-${{ runner.os }}-${{ hashFiles('./build/**') }} @@ -237,14 +237,14 @@ jobs: - name: Use cached cake frosting id: cache-cake - uses: actions/cache@v3.0.11 + uses: actions/cache@v3.2.3 with: path: run key: run-${{ runner.os }}-${{ hashFiles('./build/**') }} - name: Use cached tools id: cache-tools - uses: actions/cache@v3.0.11 + uses: actions/cache@v3.2.3 with: path: tools key: tools-${{ runner.os }}-${{ hashFiles('./build/**') }} @@ -301,14 +301,14 @@ jobs: - name: Use cached cake frosting id: cache-cake - uses: actions/cache@v3.0.11 + uses: actions/cache@v3.2.3 with: path: run key: run-${{ runner.os }}-${{ hashFiles('./build/**') }} - name: Use cached tools id: cache-tools - uses: actions/cache@v3.0.11 + uses: actions/cache@v3.2.3 with: path: tools key: tools-${{ runner.os }}-${{ hashFiles('./build/**') }} @@ -399,14 +399,14 @@ jobs: - name: Use cached cake frosting id: cache-cake - uses: actions/cache@v3.0.11 + uses: actions/cache@v3.2.3 with: path: run key: run-${{ runner.os }}-${{ hashFiles('./build/**') }} - name: Use cached tools id: cache-tools - uses: actions/cache@v3.0.11 + uses: actions/cache@v3.2.3 with: path: tools key: tools-${{ runner.os }}-${{ hashFiles('./build/**') }} @@ -441,14 +441,14 @@ jobs: - name: Use cached cake frosting id: cache-cake - uses: actions/cache@v3.0.11 + uses: actions/cache@v3.2.3 with: path: run key: run-${{ runner.os }}-${{ hashFiles('./build/**') }} - name: Use cached tools id: cache-tools - uses: actions/cache@v3.0.11 + uses: actions/cache@v3.2.3 with: path: tools key: tools-${{ runner.os }}-${{ hashFiles('./build/**') }} diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 54cb642f57..e9434f93e0 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -52,7 +52,7 @@ jobs: - name: Cache cake frosting id: cache-cake - uses: actions/cache@v3.0.11 + uses: actions/cache@v3.2.3 with: path: run key: run-${{ runner.os }}-${{ hashFiles('./build/**') }} diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 3beb27a094..136b7b9433 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -45,14 +45,14 @@ jobs: - name: Cache cake frosting id: cache-cake - uses: actions/cache@v3.0.11 + uses: actions/cache@v3.2.3 with: path: run key: run-${{ runner.os }}-${{ hashFiles('./build/**') }} - name: Use cached tools id: cache-tools - uses: actions/cache@v3.0.11 + uses: actions/cache@v3.2.3 with: path: tools key: tools-${{ runner.os }}-${{ hashFiles('./build/**') }} @@ -66,7 +66,7 @@ jobs: - name: Cache Node Modules id: cache-node - uses: actions/cache@v3.0.11 + uses: actions/cache@v3.2.3 with: path: ${{ steps.cache-node-dir.outputs.dir }} key: node-${{ runner.os }}-${{ hashFiles('./package-lock.json') }} @@ -94,14 +94,14 @@ jobs: - name: Use cached cake frosting id: cache-cake - uses: actions/cache@v3.0.11 + uses: actions/cache@v3.2.3 with: path: run key: run-${{ runner.os }}-${{ hashFiles('./build/**') }} - name: Use cached tools id: cache-tools - uses: actions/cache@v3.0.11 + uses: actions/cache@v3.2.3 with: path: tools key: tools-${{ runner.os }}-${{ hashFiles('./build/**') }} @@ -149,14 +149,14 @@ jobs: - name: Use cached cake frosting id: cache-cake - uses: actions/cache@v3.0.11 + uses: actions/cache@v3.2.3 with: path: run key: run-${{ runner.os }}-${{ hashFiles('./build/**') }} - name: Use cached tools id: cache-tools - uses: actions/cache@v3.0.11 + uses: actions/cache@v3.2.3 with: path: tools key: tools-${{ runner.os }}-${{ hashFiles('./build/**') }}