Skip to content

Commit 24fbf24

Browse files
authored
Merge pull request #625 from ruby/dependabot/github_actions/dependencies-cb58694054
Bump actions/cache from 5.0.1 to 5.0.3 in the dependencies group
2 parents 5203711 + f0f1e0a commit 24fbf24

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)