From b75480ca9c6267e4cf2ac0b4130dabe65621db93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Oct 2022 15:06:06 +0000 Subject: [PATCH] Bump actions/cache from 2 to 3.0.11 Bumps [actions/cache](https://github.com/actions/cache) from 2 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...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/code_quality.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/code_quality.yml b/.github/workflows/code_quality.yml index a44091fe26..83ab9c670d 100644 --- a/.github/workflows/code_quality.yml +++ b/.github/workflows/code_quality.yml @@ -69,7 +69,7 @@ jobs: # Optional - improve performance by caching - id: npm-cache - uses: actions/cache@v2 + uses: actions/cache@v3.0.11 with: path: node_modules key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} @@ -106,7 +106,7 @@ jobs: # Optional - improve performance by caching - id: npm-cache - uses: actions/cache@v2 + uses: actions/cache@v3.0.11 with: path: node_modules key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} @@ -147,7 +147,7 @@ jobs: # Optional - improve performance by caching - id: composer-cache - uses: actions/cache@v2 + uses: actions/cache@v3.0.11 with: path: | vendor @@ -191,7 +191,7 @@ jobs: # Optional - improve performance by caching - id: composer-cache - uses: actions/cache@v2 + uses: actions/cache@v3.0.11 with: path: | vendor @@ -235,7 +235,7 @@ jobs: # Optional - improve performance by caching - id: composer-cache - uses: actions/cache@v2 + uses: actions/cache@v3.0.11 with: path: | vendor @@ -290,7 +290,7 @@ jobs: # Optional - improve performance by caching - id: composer-cache - uses: actions/cache@v2 + uses: actions/cache@v3.0.11 with: path: | vendor @@ -344,7 +344,7 @@ jobs: # Optional - improve performance by caching - id: composer-cache - uses: actions/cache@v2 + uses: actions/cache@v3.0.11 with: path: | vendor @@ -384,7 +384,7 @@ jobs: # Optional - improve performance by caching - id: composer-cache - uses: actions/cache@v2 + uses: actions/cache@v3.0.11 with: path: | vendor @@ -425,7 +425,7 @@ jobs: # Optional - improve performance by caching - id: composer-cache - uses: actions/cache@v2 + uses: actions/cache@v3.0.11 with: path: | vendor