Skip to content

Commit 1605d46

Browse files
github-actions: bump actions/cache from v2 to v2.1.4
Bumps [actions/cache](https://github.com/actions/cache) from v2 to v2.1.4. - [Release notes](https://github.com/actions/cache/releases) - [Commits](actions/cache@v2...26968a0) Signed-off-by: dependabot[bot] <support@github.com>
1 parent cc08b25 commit 1605d46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: ruby/setup-ruby@v1
2121
with:
2222
ruby-version: 3.0
23-
- uses: actions/cache@v2
23+
- uses: actions/cache@v2.1.4
2424
with:
2525
path: vendor/bundle
2626
key: ${{ runner.os }}-changelog-gem

0 commit comments

Comments
 (0)