Skip to content

Commit eac0fa7

Browse files
Merge pull request #581 from ruby/dependabot/github_actions/dependencies-9f0572fc03
Bump actions/cache from 4.2.0 to 4.2.2 in the dependencies group
2 parents 0b87aff + 93805e7 commit eac0fa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
- uses: actions/download-artifact@v4
108108
with:
109109
name: build-manifest
110-
- uses: actions/cache@v4.2.0
110+
- uses: actions/cache@v4.2.2
111111
if: ${{ matrix.entry.rubies_cache_key != null }}
112112
with:
113113
path: ./rubies

0 commit comments

Comments
 (0)