Skip to content

Commit

Permalink
build(deps): bump actions/cache from 4.1.2 to 4.2.0
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from 4.1.2 to 4.2.0.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v4.1.2...v4.2.0)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 1, 2025
1 parent c1b1823 commit 2953044
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 @@ -42,7 +42,7 @@ jobs:
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: ${{ secrets.AWS_REGION }}

- uses: actions/cache@v4.1.2
- uses: actions/cache@v4.2.0
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 @@ -38,7 +38,7 @@ jobs:
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: ${{ secrets.AWS_REGION }}

- uses: actions/cache@v4.1.2
- uses: actions/cache@v4.2.0
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 @@ -41,7 +41,7 @@ jobs:
- name: "Enalbe LongPath"
run: git config --system core.longpaths true

- uses: actions/cache@v4.1.2
- uses: actions/cache@v4.2.0
with:
key: "v2432-${{ runner.os }}-${{ matrix.vcpkg_tag }}"
path: |
Expand Down

0 comments on commit 2953044

Please sign in to comment.