Skip to content

Commit 13171bf

Browse files
Bump actions/cache from 3 to 4
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 505e887 commit 13171bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/chulapa-gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
token: ${{ secrets.GITHUB_TOKEN }}
1919

2020
# Use GitHub Actions' cache to shorten build times and decrease load on servers
21-
- uses: actions/cache@v3
21+
- uses: actions/cache@v4
2222
with:
2323
path: vendor/bundle
2424
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile') }}

0 commit comments

Comments
 (0)