From c1694be3cf870665e12a32c049e2153f3574f638 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 21:14:49 +0000 Subject: [PATCH] build(deps): bump actions/cache from 4.0.2 to 4.1.2 Bumps [actions/cache](https://github.com/actions/cache) from 4.0.2 to 4.1.2. - [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.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build-macos.yml | 2 +- .github/workflows/build-ubuntu.yml | 2 +- .github/workflows/build-windows.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos.yml index a035da3f..2bfdf80b 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -46,7 +46,7 @@ jobs: aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} aws-region: ap-northeast-2 - - uses: actions/cache@v4.0.2 + - uses: actions/cache@v4.1.2 with: key: "v2432-${{ runner.os }}-${{ matrix.vcpkg_tag }}" path: | diff --git a/.github/workflows/build-ubuntu.yml b/.github/workflows/build-ubuntu.yml index 148aa976..481c449e 100644 --- a/.github/workflows/build-ubuntu.yml +++ b/.github/workflows/build-ubuntu.yml @@ -42,7 +42,7 @@ jobs: aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} aws-region: ap-northeast-2 - - uses: actions/cache@v4.0.2 + - uses: actions/cache@v4.1.2 with: key: "v2432-${{ runner.os }}-${{ matrix.vcpkg_tag }}" path: | diff --git a/.github/workflows/build-windows.yml b/.github/workflows/build-windows.yml index 264b072a..6c586e1d 100644 --- a/.github/workflows/build-windows.yml +++ b/.github/workflows/build-windows.yml @@ -45,7 +45,7 @@ jobs: - name: "Enalbe LongPath" run: git config --system core.longpaths true - - uses: actions/cache@v4.0.2 + - uses: actions/cache@v4.1.2 with: key: "v2432-${{ runner.os }}-${{ matrix.vcpkg_tag }}" path: |