Skip to content

Commit

Permalink
chore(deps): update all action update (major) (#387)
Browse files Browse the repository at this point in the history
[![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.3.3` -> `v4.0.0` |
| [actions/setup-python](https://togithub.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://togithub.com/actions/cache/releases/tag/v4.0.0)

[Compare
Source](https://togithub.com/actions/cache/compare/v3.3.3...v4.0.0)

##### What's Changed

- Update action to node20 by
[@&#8203;takost](https://togithub.com/takost) in
[actions/cache#1284
- feat: save-always flag by [@&#8203;to-s](https://togithub.com/to-s) in
[actions/cache#1242

##### New Contributors

- [@&#8203;takost](https://togithub.com/takost) made their first
contribution in
[actions/cache#1284
- [@&#8203;to-s](https://togithub.com/to-s) made their first
contribution in
[actions/cache#1242

**Full Changelog**: actions/cache@v3...v4.0.0

</details>

<details>
<summary>actions/setup-python (actions/setup-python)</summary>

###
[`v5.0.0`](https://togithub.com/actions/setup-python/releases/tag/v5.0.0)

[Compare
Source](https://togithub.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
([actions/setup-python#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://togithub.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>
  • Loading branch information
renovate[bot] committed Jan 25, 2024
1 parent d8ec969 commit 93f7627
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yml
Expand Up @@ -19,15 +19,15 @@ jobs:
- uses: actions/checkout@v4.1.1

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4.8.0
uses: actions/setup-python@v5.0.0
with:
python-version: ${{ matrix.python-version }}
cache: "pip"
cache-dependency-path: pyproject.toml

- name: Cache tox environments
id: cache-tox
uses: actions/cache@v3.3.3
uses: actions/cache@v4.0.0
with:
path: |
~/.cache/pre-commit
Expand Down

0 comments on commit 93f7627

Please sign in to comment.