From e0326cb38a4c0cb8ebf38de58dc9deaf6317974b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 17:16:55 -0400 Subject: [PATCH] chore(deps): bump actions/cache from 4.1.0 to 4.1.1 (#3599) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/bot__new-issue-track.yml | 2 +- .github/workflows/bot__onboard-new-issue.yml | 2 +- .github/workflows/check-build.yml | 4 ++-- .github/workflows/check-changeset.yml | 2 +- .github/workflows/check-code.yml | 4 ++-- .github/workflows/check-docker.yml | 2 +- .github/workflows/check-security-and-quality.yml | 2 +- .github/workflows/manual__prepare-new-release.yml | 2 +- .github/workflows/manual__publish-docker.yml | 2 +- .github/workflows/manual__publish-npm-snapshot.yml | 2 +- .github/workflows/publish-docker-snapshot.yml | 2 +- .github/workflows/publish-website.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/test.yml | 2 +- 14 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/bot__new-issue-track.yml b/.github/workflows/bot__new-issue-track.yml index 383b952a23..c01acb4614 100644 --- a/.github/workflows/bot__new-issue-track.yml +++ b/.github/workflows/bot__new-issue-track.yml @@ -15,7 +15,7 @@ jobs: id: yarn-cache-dir-path run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT - name: Setup Yarn cache - uses: actions/cache@v4.1.0 + uses: actions/cache@v4.1.1 id: yarn-cache with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }} diff --git a/.github/workflows/bot__onboard-new-issue.yml b/.github/workflows/bot__onboard-new-issue.yml index 17cfd3d0b1..bb87be584a 100644 --- a/.github/workflows/bot__onboard-new-issue.yml +++ b/.github/workflows/bot__onboard-new-issue.yml @@ -15,7 +15,7 @@ jobs: id: yarn-cache-dir-path run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT - name: Setup Yarn cache - uses: actions/cache@v4.1.0 + uses: actions/cache@v4.1.1 id: yarn-cache with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }} diff --git a/.github/workflows/check-build.yml b/.github/workflows/check-build.yml index e9769db52a..7bc4fe35ec 100644 --- a/.github/workflows/check-build.yml +++ b/.github/workflows/check-build.yml @@ -52,7 +52,7 @@ jobs: run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT - name: Setup Yarn cache if: matrix.os != 'windows-latest' - uses: actions/cache@v4.1.0 + uses: actions/cache@v4.1.1 id: yarn-cache with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }} @@ -67,7 +67,7 @@ jobs: run: echo "dir=$(yarn config get cacheFolder)" >> ${env:GITHUB_OUTPUT} - name: Setup Yarn cache (Windows) if: matrix.os == 'windows-latest' - uses: actions/cache@v4.1.0 + uses: actions/cache@v4.1.1 id: yarn-cache-windows with: path: ${{ steps.yarn-cache-dir-path-windows.outputs.dir }} diff --git a/.github/workflows/check-changeset.yml b/.github/workflows/check-changeset.yml index 3796a3fa77..90e3e2fd12 100644 --- a/.github/workflows/check-changeset.yml +++ b/.github/workflows/check-changeset.yml @@ -28,7 +28,7 @@ jobs: id: yarn-cache-dir-path run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT - name: Setup Yarn cache - uses: actions/cache@v4.1.0 + uses: actions/cache@v4.1.1 id: yarn-cache with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }} diff --git a/.github/workflows/check-code.yml b/.github/workflows/check-code.yml index b330698cf0..38b2411c62 100644 --- a/.github/workflows/check-code.yml +++ b/.github/workflows/check-code.yml @@ -27,7 +27,7 @@ jobs: id: yarn-cache-dir-path run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT - name: Setup Yarn cache - uses: actions/cache@v4.1.0 + uses: actions/cache@v4.1.1 id: yarn-cache with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }} @@ -55,7 +55,7 @@ jobs: id: yarn-cache-dir-path run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT - name: Setup Yarn cache - uses: actions/cache@v4.1.0 + uses: actions/cache@v4.1.1 id: yarn-cache with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }} diff --git a/.github/workflows/check-docker.yml b/.github/workflows/check-docker.yml index af146c3762..1a163b2594 100644 --- a/.github/workflows/check-docker.yml +++ b/.github/workflows/check-docker.yml @@ -52,7 +52,7 @@ jobs: id: yarn-cache-dir-path run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT - name: Setup Yarn cache - uses: actions/cache@v4.1.0 + uses: actions/cache@v4.1.1 id: yarn-cache with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }} diff --git a/.github/workflows/check-security-and-quality.yml b/.github/workflows/check-security-and-quality.yml index 39819a82a3..60dad904e1 100644 --- a/.github/workflows/check-security-and-quality.yml +++ b/.github/workflows/check-security-and-quality.yml @@ -31,7 +31,7 @@ jobs: id: yarn-cache-dir-path run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT - name: Setup Yarn cache - uses: actions/cache@v4.1.0 + uses: actions/cache@v4.1.1 id: yarn-cache with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }} diff --git a/.github/workflows/manual__prepare-new-release.yml b/.github/workflows/manual__prepare-new-release.yml index eba38e42bf..2c37ff63d3 100644 --- a/.github/workflows/manual__prepare-new-release.yml +++ b/.github/workflows/manual__prepare-new-release.yml @@ -23,7 +23,7 @@ jobs: id: yarn-cache-dir-path run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT - name: Setup Yarn cache - uses: actions/cache@v4.1.0 + uses: actions/cache@v4.1.1 id: yarn-cache with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }} diff --git a/.github/workflows/manual__publish-docker.yml b/.github/workflows/manual__publish-docker.yml index 399da44a81..2ef44ca01c 100644 --- a/.github/workflows/manual__publish-docker.yml +++ b/.github/workflows/manual__publish-docker.yml @@ -33,7 +33,7 @@ jobs: id: yarn-cache-dir-path run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT - name: Setup Yarn cache - uses: actions/cache@v4.1.0 + uses: actions/cache@v4.1.1 id: yarn-cache with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }} diff --git a/.github/workflows/manual__publish-npm-snapshot.yml b/.github/workflows/manual__publish-npm-snapshot.yml index 8f25d79574..c7372793a4 100644 --- a/.github/workflows/manual__publish-npm-snapshot.yml +++ b/.github/workflows/manual__publish-npm-snapshot.yml @@ -17,7 +17,7 @@ jobs: id: yarn-cache-dir-path run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT - name: Setup Yarn cache - uses: actions/cache@v4.1.0 + uses: actions/cache@v4.1.1 id: yarn-cache with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }} diff --git a/.github/workflows/publish-docker-snapshot.yml b/.github/workflows/publish-docker-snapshot.yml index bc0bf25f6f..837d050306 100644 --- a/.github/workflows/publish-docker-snapshot.yml +++ b/.github/workflows/publish-docker-snapshot.yml @@ -27,7 +27,7 @@ jobs: id: yarn-cache-dir-path run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT - name: Setup Yarn cache - uses: actions/cache@v4.1.0 + uses: actions/cache@v4.1.1 id: yarn-cache with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }} diff --git a/.github/workflows/publish-website.yml b/.github/workflows/publish-website.yml index 93c3596280..9b00415f8f 100644 --- a/.github/workflows/publish-website.yml +++ b/.github/workflows/publish-website.yml @@ -17,7 +17,7 @@ jobs: id: yarn-cache-dir-path run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT - name: Setup Yarn cache - uses: actions/cache@v4.1.0 + uses: actions/cache@v4.1.1 id: yarn-cache with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7d23cc8ed0..584cdda429 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: id: yarn-cache-dir-path run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT - name: Setup Yarn cache - uses: actions/cache@v4.1.0 + uses: actions/cache@v4.1.1 id: yarn-cache with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7d8ac4ac41..e9c7ac3384 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -38,7 +38,7 @@ jobs: id: yarn-cache-dir-path run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT - name: Setup Yarn cache - uses: actions/cache@v4.1.0 + uses: actions/cache@v4.1.1 id: yarn-cache with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }}