Skip to content

Commit d472cff

Browse files
chore(deps): update actions/cache action to v4 (#570)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/cache](https://togithub.com/actions/cache) | action | major | `v3` -> `v4` | --- ### Release Notes <details> <summary>actions/cache (actions/cache)</summary> ### [`v4`](https://togithub.com/actions/cache/compare/v3...v4) [Compare Source](https://togithub.com/actions/cache/compare/v3...v4) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/line/line-bot-sdk-php). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMzUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEzNS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b40f639 commit d472cff

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/diff-check.yml

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

2929
# Install openapi-generator-cli
3030
- run: echo "OPENAPI_GENERATOR_VERSION=6.6.0" >> $GITHUB_ENV
31-
- uses: actions/cache@v3
31+
- uses: actions/cache@v4
3232
id: openapi-generator-cache
3333
env:
3434
cache-name: openapi-generator-cache

.github/workflows/php-checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
- name: Install openapi-generator-cli
3333
run: echo "OPENAPI_GENERATOR_VERSION=6.6.0" >> $GITHUB_ENV
34-
- uses: actions/cache@v3
34+
- uses: actions/cache@v4
3535
id: openapi-generator-cache
3636
env:
3737
cache-name: openapi-generator-cache
@@ -56,7 +56,7 @@ jobs:
5656
run: |
5757
echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
5858
59-
- uses: actions/cache@v3
59+
- uses: actions/cache@v4
6060
with:
6161
path: ${{ steps.composer-cache.outputs.dir }}
6262
key: ${{ runner.os }}-php-${{ matrix.php }}-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)