From cf93abe4d9912741ed5e923ffcee3606b753acc3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 14:32:32 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v4 --- .github/workflows/lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index dd63fb5f..6d765495 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -28,7 +28,7 @@ jobs: components: rustfmt, clippy - name: Cache NPM dependencies - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: node_modules key: npm-cache-lint-node@16-${{ hashFiles('yarn.lock') }}