Skip to content

Commit fa06226

Browse files
chore(deps): bump actions/cache from 4 to 6 (#10704)
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 6. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ff57581 commit fa06226

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/realtime-conformance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
go-version: ${{ matrix.go-version }}
5555
cache: false
5656
- name: Cache FizzBee
57-
uses: actions/cache@v4
57+
uses: actions/cache@v6
5858
with:
5959
path: .tools/fizzbee
6060
key: fizzbee-v0.5.2-${{ runner.os }}-${{ hashFiles('formal-verification/fizzbee.sha256') }}

0 commit comments

Comments
 (0)