Skip to content

Commit 6601ee1

Browse files
dependabot[bot]jeromegamez
authored andcommitted
github-actions(deps): bump actions/cache from 5.0.2 to 5.0.3
Bumps [actions/cache](https://github.com/actions/cache) from 5.0.2 to 5.0.3. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v5.0.2...v5.0.3) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 947f878 commit 6601ee1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/grpc-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
key: ${{ env.key }}
5757

5858
- name: Cache extensions
59-
uses: actions/cache@v5.0.2
59+
uses: actions/cache@v5.0.3
6060
with:
6161
path: ${{ steps.extcache.outputs.dir }}
6262
key: ${{ steps.extcache.outputs.key }}

0 commit comments

Comments
 (0)