Skip to content

Commit 106e3a3

Browse files
Merge pull request #3 from jsmmr/dependabot/github_actions/develop/actions/cache-4
2 parents 3ec6afd + 3de17e7 commit 106e3a3

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@v3
15+
- uses: actions/cache@v4
1616
with:
1717
path: vendor/bundle
1818
key: ${{ runner.os }}-ruby-${{ matrix.ruby }}-gems-${{ hashFiles('**/Gemfile.lock') }}

0 commit comments

Comments
 (0)