From cf5777bbfc082bbe2eff03f28b71fef2df7a5706 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Oct 2022 11:15:50 +0200 Subject: [PATCH] chore(deps): bump actions/cache from 3.0.10 to 3.0.11 (#1561) Bumps [actions/cache](https://github.com/actions/cache) from 3.0.10 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/v3.0.10...v3.0.11) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/pa11y.yml | 2 +- .github/workflows/percy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pa11y.yml b/.github/workflows/pa11y.yml index 58f124263c..4e8a4b14c5 100644 --- a/.github/workflows/pa11y.yml +++ b/.github/workflows/pa11y.yml @@ -43,7 +43,7 @@ jobs: if: github.event_name == 'push' || (github.event_name == 'pull_request' && !contains(github.event.pull_request.labels.*.name, 'skip:ci') && !contains(github.event.pull_request.labels.*.name, 'skip:pa11y')) - name: Set up npm cache - uses: actions/cache@v3.0.10 + uses: actions/cache@v3.0.11 with: path: ~/.npm key: ${{ runner.os }}-node-${{ env.NODE }}-${{ hashFiles('package.json') }}-${{ hashFiles('package-lock.json') }} diff --git a/.github/workflows/percy.yml b/.github/workflows/percy.yml index 388f8364f4..61c9eb9235 100644 --- a/.github/workflows/percy.yml +++ b/.github/workflows/percy.yml @@ -29,7 +29,7 @@ jobs: node-version: "${{ env.NODE }}" - name: Set up npm cache - uses: actions/cache@v3.0.10 + uses: actions/cache@v3.0.11 with: path: ~/.npm key: ${{ runner.os }}-node-${{ env.NODE }}-${{ hashFiles('package.json') }}-${{ hashFiles('package-lock.json') }}