Skip to content

Commit ebd05be

Browse files
⬆️ Updates actions/cache action to v5
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b946ad8 commit ebd05be

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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@v5
2424
with:
2525
path: vendor/bundle
2626
key: ${{ runner.os }}-changelog-gem

.github/workflows/release-semantic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
- uses: actions/setup-node@v2
1616

17-
- uses: actions/cache@v1
17+
- uses: actions/cache@v5
1818
with:
1919
path: ~/.npm
2020
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)