From 24e85c7c93a34a17c881d5b95c1bfb4448fe2eb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 10:51:31 +0000 Subject: [PATCH] Bump actions/cache from 4.0.2 to 4.1.1 Bumps [actions/cache](https://github.com/actions/cache) from 4.0.2 to 4.1.1. - [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/v4.0.2...v4.1.1) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/_build.yml | 2 +- .github/workflows/main.yml | 2 +- .github/workflows/pr.yml | 2 +- .github/workflows/release.yml | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/_build.yml b/.github/workflows/_build.yml index f91e2d8..6611005 100644 --- a/.github/workflows/_build.yml +++ b/.github/workflows/_build.yml @@ -27,7 +27,7 @@ jobs: registry-url: 'https://registry.npmjs.org' - name: Restore Cache - uses: actions/cache/restore@v4.0.2 + uses: actions/cache/restore@v4.1.1 id: npm-cache with: path: | diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7da426b..e6ba597 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -28,7 +28,7 @@ jobs: registry-url: 'https://registry.npmjs.org' - name: Upload to Cache - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.1.1 id: npm-cache with: path: | diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 3814a80..590fa36 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -27,7 +27,7 @@ jobs: registry-url: 'https://registry.npmjs.org' - name: Upload to Cache - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.1.1 id: npm-cache with: path: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index aa883d1..ed038a5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: registry-url: 'https://registry.npmjs.org' - name: Upload to Cache - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.1.1 id: npm-cache with: path: | @@ -51,7 +51,7 @@ jobs: registry-url: 'https://registry.npmjs.org' - name: Restore Cache - uses: actions/cache/restore@v4.0.2 + uses: actions/cache/restore@v4.1.1 id: npm-cache with: path: |