From 1153f26ed964cc9012aaec31bc8e3d5aea03dc5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 May 2024 20:29:31 +0300 Subject: [PATCH] Bump actions/cache from 2.1.6 to 4.0.2 (#41) Bumps [actions/cache](https://github.com/actions/cache) from 2.1.6 to 4.0.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...v4.0.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 2 +- .github/workflows/code-quality.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fd9db86..98c901e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ jobs: uses: actions/checkout@v4.1.5 - name: Cache dependencies - uses: actions/cache@v2.1.6 + uses: actions/cache@v4.0.2 with: path: ./.npm key: ${{ runner.os }}-npm-${{ hashFiles('**/package-lock.json') }} diff --git a/.github/workflows/code-quality.yml b/.github/workflows/code-quality.yml index 0a2a5d2..fdd17b0 100644 --- a/.github/workflows/code-quality.yml +++ b/.github/workflows/code-quality.yml @@ -12,7 +12,7 @@ jobs: uses: actions/checkout@v4.1.5 - name: Cache dependencies - uses: actions/cache@v2.1.6 + uses: actions/cache@v4.0.2 with: path: ./.npm key: ${{ runner.os }}-npm-${{ hashFiles('**/package-lock.json') }} @@ -39,7 +39,7 @@ jobs: uses: actions/checkout@v4.1.5 - name: Cache dependencies - uses: actions/cache@v2.1.6 + uses: actions/cache@v4.0.2 with: path: ./.npm key: ${{ runner.os }}-npm-${{ hashFiles('**/package-lock.json') }}