Skip to content

Commit 6639e21

Browse files
Bump actions/cache from 4.2.2 to 4.2.4 (#35)
Bumps [actions/cache](https://github.com/actions/cache) from 4.2.2 to 4.2.4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4.2.2...v4.2.4) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 4.2.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 728c95e commit 6639e21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
ruby-version: 3.0.2
2121
- name: Cache Gems
22-
uses: actions/cache@v4.2.2
22+
uses: actions/cache@v4.2.4
2323
with:
2424
path: vendor/bundle
2525
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}

0 commit comments

Comments
 (0)