From a88531a4aee13ad486b1bdeed42a6c23cdad5dc4 Mon Sep 17 00:00:00 2001 From: Viachaslau Date: Mon, 21 Oct 2024 15:36:58 +0400 Subject: [PATCH] chore: bump `cache` from v2 to v4 (#100) --- .github/workflows/auto-build.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-build.yml b/.github/workflows/auto-build.yml index 3064031..57cf6a7 100644 --- a/.github/workflows/auto-build.yml +++ b/.github/workflows/auto-build.yml @@ -21,7 +21,7 @@ jobs: node-version: 18 - name: Cache npm modules - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: ~/.npm key: ${{ env.DEPENDENCIES_CACHE }}-${{ hashFiles('package-lock.json') }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fa1788f..bedd371 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: node-version: 18 - name: Cache npm modules - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: ~/.npm key: ${{ env.DEPENDENCIES_CACHE }}-${{ hashFiles('package-lock.json') }}