Skip to content

Commit a2430c2

Browse files
Merge pull request #7 from jsmmr/dependabot/github_actions/develop/actions/cache-5
2 parents 3c58cc8 + 34b2fe0 commit a2430c2

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
@@ -12,7 +12,7 @@ jobs:
1212
with:
1313
ruby-version: ${{ matrix.ruby }}
1414
bundler-cache: true
15-
- uses: actions/cache@v4
15+
- uses: actions/cache@v5
1616
with:
1717
path: vendor/bundle
1818
key: ${{ runner.os }}-ruby-${{ matrix.ruby }}-gems-${{ hashFiles('**/Gemfile.lock') }}

0 commit comments

Comments
 (0)