From ac6af57272694d847e5b08ee95845143df7a9abf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Feb 2024 05:30:42 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 3 to 4 Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [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...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/codeql.yml | 2 +- .github/workflows/testing.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 895501df..31a18448 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -46,7 +46,7 @@ jobs: echo "::set-output name=dir::$(npm config get cache)" - name: Cache npm cache - uses: actions/cache@v3 + uses: actions/cache@v4 id: npm-cache with: path: ${{ steps.npm-cache-dir.outputs.dir }} diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 1241c7cc..df81f64b 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -56,7 +56,7 @@ jobs: if: matrix.stylelint == 14 - name: Cache VS Code binaries - uses: actions/cache@v3 + uses: actions/cache@v4 id: vscode-cache with: path: .vscode-test