Skip to content

Commit

Permalink
build(deps): bump actions/cache from 4.0.2 to 4.1.2 (#288)
Browse files Browse the repository at this point in the history
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](actions/cache@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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 4, 2024
1 parent 25a5dba commit 32764f4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 32764f4

Please sign in to comment.