From ba829d3c7ed4926b0716070cc826c1b19c45791f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 12:15:42 +0000 Subject: [PATCH] build(deps): bump actions/cache from 4.1.0 to 4.1.1 Bumps [actions/cache](https://github.com/actions/cache) from 4.1.0 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.1.0...v4.1.1) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 4 ++-- .github/workflows/publish.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 50008b6f5b..8185d96093 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -37,7 +37,7 @@ jobs: node-version: ${{ matrix.node-version }} - name: Load cached dependencies - uses: actions/cache@v4.1.0 + uses: actions/cache@v4.1.1 id: cache with: path: | @@ -147,7 +147,7 @@ jobs: node-version: ${{ matrix.node-version }} - name: Load cached dependencies - uses: actions/cache@v4.1.0 + uses: actions/cache@v4.1.1 id: cache with: path: | diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 43fa0e6bb6..1c72e90a2f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -37,7 +37,7 @@ jobs: registry-url: 'https://registry.npmjs.org/' - name: Load cached dependencies - uses: actions/cache@v4.1.0 + uses: actions/cache@v4.1.1 id: cache with: path: |