Skip to content

Commit f0f1e0a

Browse files
Bump actions/cache from 5.0.1 to 5.0.3 in the dependencies group
Bumps the dependencies group with 1 update: [actions/cache](https://github.com/actions/cache). Updates `actions/cache` from 5.0.1 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.1...v5.0.3) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5203711 commit f0f1e0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
- uses: actions/download-artifact@v7
103103
with:
104104
name: build-manifest
105-
- uses: actions/cache@v5.0.1
105+
- uses: actions/cache@v5.0.3
106106
if: ${{ matrix.entry.rubies_cache_key != null }}
107107
with:
108108
path: ./rubies

0 commit comments

Comments
 (0)