Skip to content

Commit 0613de1

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

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
id: yarn-cache-dir-path
5151
run: echo "::set-output name=dir::$(yarn cache dir)"
5252

53-
- uses: actions/cache@v2
53+
- uses: actions/cache@v5
5454
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
5555
with:
5656
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}

.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/preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
node-version: "12"
2121

22-
- uses: actions/cache@v2.1.4
22+
- uses: actions/cache@v5.0.5
2323
with:
2424
path: ~/.npm
2525
key: ${{ runner.os }}-node-${{ hashFiles('**/package.json') }}

.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.json') }}

0 commit comments

Comments
 (0)