Skip to content

Commit 93f7627

Browse files
chore(deps): update all action update (major) (#387)
[![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://github.com/actions/cache) | action | major | `v3.3.3` -> `v4.0.0` | | [actions/setup-python](https://github.com/actions/setup-python) | action | major | `v4.8.0` -> `v5.0.0` | --- ### Release Notes <details> <summary>actions/cache (actions/cache)</summary> ### [`v4.0.0`](https://github.com/actions/cache/releases/tag/v4.0.0) [Compare Source](https://github.com/actions/cache/compare/v3.3.3...v4.0.0) ##### What's Changed - Update action to node20 by [@&#8203;takost](https://github.com/takost) in [https://github.com/actions/cache/pull/1284](https://github.com/actions/cache/pull/1284) - feat: save-always flag by [@&#8203;to-s](https://github.com/to-s) in [https://github.com/actions/cache/pull/1242](https://github.com/actions/cache/pull/1242) ##### New Contributors - [@&#8203;takost](https://github.com/takost) made their first contribution in [https://github.com/actions/cache/pull/1284](https://github.com/actions/cache/pull/1284) - [@&#8203;to-s](https://github.com/to-s) made their first contribution in [https://github.com/actions/cache/pull/1242](https://github.com/actions/cache/pull/1242) **Full Changelog**: actions/cache@v3...v4.0.0 </details> <details> <summary>actions/setup-python (actions/setup-python)</summary> ### [`v5.0.0`](https://github.com/actions/setup-python/releases/tag/v5.0.0) [Compare Source](https://github.com/actions/setup-python/compare/v4.8.0...v5.0.0) #### What's Changed In scope of this release, we update node version runtime from node16 to node20 ([https://github.com/actions/setup-python/pull/772](https://github.com/actions/setup-python/pull/772)). Besides, we update dependencies to the latest versions. **Full Changelog**: actions/setup-python@v4.8.0...v5.0.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- 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/naa0yama/pythonboilerplate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy44Ny4yIiwidXBkYXRlZEluVmVyIjoiMzcuMTM1LjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d8ec969 commit 93f7627

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ jobs:
1919
- uses: actions/[email protected]
2020

2121
- name: Set up Python ${{ matrix.python-version }}
22-
uses: actions/setup-python@v4.8.0
22+
uses: actions/setup-python@v5.0.0
2323
with:
2424
python-version: ${{ matrix.python-version }}
2525
cache: "pip"
2626
cache-dependency-path: pyproject.toml
2727

2828
- name: Cache tox environments
2929
id: cache-tox
30-
uses: actions/cache@v3.3.3
30+
uses: actions/cache@v4.0.0
3131
with:
3232
path: |
3333
~/.cache/pre-commit

0 commit comments

Comments
 (0)