Skip to content

Commit c278e13

Browse files
chore(deps): update actions/cache action to v4.3.0 (#745)
> [!NOTE] > Mend has cancelled [the proposed renaming](https://redirect.github.com/renovatebot/renovate/discussions/37842) of the Renovate GitHub app being renamed to `mend[bot]`. > > This notice will be removed on 2025-10-07. <hr> This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/cache](https://redirect.github.com/actions/cache) | action | minor | `v4.2.4` -> `v4.3.0` | --- ### Release Notes <details> <summary>actions/cache (actions/cache)</summary> ### [`v4.3.0`](https://redirect.github.com/actions/cache/releases/tag/v4.3.0) [Compare Source](https://redirect.github.com/actions/cache/compare/v4.2.4...v4.3.0) ##### What's Changed - Add note on runner versions by [@&#8203;GhadimiR](https://redirect.github.com/GhadimiR) in [#&#8203;1642](https://redirect.github.com/actions/cache/pull/1642) - Prepare `v4.3.0` release by [@&#8203;Link-](https://redirect.github.com/Link-) in [#&#8203;1655](https://redirect.github.com/actions/cache/pull/1655) ##### New Contributors - [@&#8203;GhadimiR](https://redirect.github.com/GhadimiR) made their first contribution in [#&#8203;1642](https://redirect.github.com/actions/cache/pull/1642) **Full Changelog**: <actions/cache@v4...v4.3.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/line/line-bot-sdk-php). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzEuOSIsInVwZGF0ZWRJblZlciI6IjQxLjEzMS45IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImRlcGVuZGVuY3kgdXBncmFkZSJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7bbf3dd commit c278e13

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/generate-code.yml

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

3333
# Install openapi-generator-cli
3434
- run: echo "OPENAPI_GENERATOR_VERSION=7.11.0" >> $GITHUB_ENV
35-
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
35+
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
3636
id: openapi-generator-cache
3737
env:
3838
cache-name: openapi-generator-cache

.github/workflows/php-checks.yml

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

3939
- name: Install openapi-generator-cli
4040
run: echo "OPENAPI_GENERATOR_VERSION=7.11.0" >> $GITHUB_ENV
41-
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
41+
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
4242
id: openapi-generator-cache
4343
env:
4444
cache-name: openapi-generator-cache
@@ -63,7 +63,7 @@ jobs:
6363
run: |
6464
echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
6565
66-
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
66+
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
6767
with:
6868
path: ${{ steps.composer-cache.outputs.dir }}
6969
key: ${{ runner.os }}-php-${{ matrix.php }}-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)