Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

advanced-usage.md: Encourage the use actions/checkout@v4 #729

Merged
merged 1 commit into from
Nov 8, 2023

Conversation

cclauss
Copy link
Contributor

@cclauss cclauss commented Sep 14, 2023

Description:
Describe your changes.

Related issue:
Add link to the related issue.

Check list:

  • Mark if documentation changes are required.
  • Mark if tests were added or updated to cover the changes.

@cclauss cclauss requested a review from a team as a code owner September 14, 2023 20:19
@dmitry-shibanov dmitry-shibanov merged commit 7bc6abb into actions:main Nov 8, 2023
@cclauss cclauss deleted the patch-3 branch November 13, 2023 11:09
renovate bot referenced this pull request in rpdelaney/downforeveryone Dec 5, 2023
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/setup-python](https://github.com/actions/setup-python) |
action | minor | `v4.7.1` -> `v4.8.0` |

---

### Release Notes

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

###
[`v4.8.0`](https://github.com/actions/setup-python/releases/tag/v4.8.0)

[Compare
Source](https://github.com/actions/setup-python/compare/v4.7.1...v4.8.0)

#### What's Changed

In scope of this release we added support for GraalPy
([https://github.com/actions/setup-python/pull/694](https://github.com/actions/setup-python/pull/694)).
You can use this snippet to set up GraalPy:

```yaml
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4 
  with:
    python-version: 'graalpy-22.3' 
- run: python my_script.py
```

Besides, the release contains such changes as:

- Trim python version when reading from file by
[@&#8203;FerranPares](https://github.com/FerranPares) in
[https://github.com/actions/setup-python/pull/628](https://github.com/actions/setup-python/pull/628)
- Use non-deprecated versions in examples by
[@&#8203;jeffwidman](https://github.com/jeffwidman) in
[https://github.com/actions/setup-python/pull/724](https://github.com/actions/setup-python/pull/724)
- Change deprecation comment to past tense by
[@&#8203;jeffwidman](https://github.com/jeffwidman) in
[https://github.com/actions/setup-python/pull/723](https://github.com/actions/setup-python/pull/723)
- Bump [@&#8203;babel/traverse](https://github.com/babel/traverse)
from 7.9.0 to 7.23.2 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/actions/setup-python/pull/743](https://github.com/actions/setup-python/pull/743)
- advanced-usage.md: Encourage the use actions/checkout@v4 by
[@&#8203;cclauss](https://github.com/cclauss) in
[https://github.com/actions/setup-python/pull/729](https://github.com/actions/setup-python/pull/729)
- Examples now use checkout@v4 by
[@&#8203;simonw](https://github.com/simonw) in
[https://github.com/actions/setup-python/pull/738](https://github.com/actions/setup-python/pull/738)
- Update actions/checkout to v4 by
[@&#8203;dmitry-shibanov](https://github.com/dmitry-shibanov) in
[https://github.com/actions/setup-python/pull/761](https://github.com/actions/setup-python/pull/761)

#### New Contributors

- [@&#8203;FerranPares](https://github.com/FerranPares) made their
first contribution in
[https://github.com/actions/setup-python/pull/628](https://github.com/actions/setup-python/pull/628)
- [@&#8203;timfel](https://github.com/timfel) made their first
contribution in
[https://github.com/actions/setup-python/pull/694](https://github.com/actions/setup-python/pull/694)
- [@&#8203;jeffwidman](https://github.com/jeffwidman) made their first
contribution in
[https://github.com/actions/setup-python/pull/724](https://github.com/actions/setup-python/pull/724)

**Full Changelog**:
actions/setup-python@v4...v4.8.0

</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/rpdelaney/downforeveryone).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy44MS4zIiwidXBkYXRlZEluVmVyIjoiMzcuODEuMyIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
averikitsch referenced this pull request in GoogleCloudPlatform/genai-databases-retrieval-app Dec 5, 2023
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/setup-python](https://github.com/actions/setup-python) |
action | minor | `v4.7.1` -> `v4.8.0` |

---

### Release Notes

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

###
[`v4.8.0`](https://github.com/actions/setup-python/releases/tag/v4.8.0)

[Compare
Source](https://github.com/actions/setup-python/compare/v4.7.1...v4.8.0)

#### What's Changed

In scope of this release we added support for GraalPy
([https://github.com/actions/setup-python/pull/694](https://github.com/actions/setup-python/pull/694)).
You can use this snippet to set up GraalPy:

```yaml
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4 
  with:
    python-version: 'graalpy-22.3' 
- run: python my_script.py
```

Besides, the release contains such changes as:

- Trim python version when reading from file by
[@&#8203;FerranPares](https://github.com/FerranPares) in
[https://github.com/actions/setup-python/pull/628](https://github.com/actions/setup-python/pull/628)
- Use non-deprecated versions in examples by
[@&#8203;jeffwidman](https://github.com/jeffwidman) in
[https://github.com/actions/setup-python/pull/724](https://github.com/actions/setup-python/pull/724)
- Change deprecation comment to past tense by
[@&#8203;jeffwidman](https://github.com/jeffwidman) in
[https://github.com/actions/setup-python/pull/723](https://github.com/actions/setup-python/pull/723)
- Bump [@&#8203;babel/traverse](https://github.com/babel/traverse)
from 7.9.0 to 7.23.2 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/actions/setup-python/pull/743](https://github.com/actions/setup-python/pull/743)
- advanced-usage.md: Encourage the use actions/checkout@v4 by
[@&#8203;cclauss](https://github.com/cclauss) in
[https://github.com/actions/setup-python/pull/729](https://github.com/actions/setup-python/pull/729)
- Examples now use checkout@v4 by
[@&#8203;simonw](https://github.com/simonw) in
[https://github.com/actions/setup-python/pull/738](https://github.com/actions/setup-python/pull/738)
- Update actions/checkout to v4 by
[@&#8203;dmitry-shibanov](https://github.com/dmitry-shibanov) in
[https://github.com/actions/setup-python/pull/761](https://github.com/actions/setup-python/pull/761)

#### New Contributors

- [@&#8203;FerranPares](https://github.com/FerranPares) made their
first contribution in
[https://github.com/actions/setup-python/pull/628](https://github.com/actions/setup-python/pull/628)
- [@&#8203;timfel](https://github.com/timfel) made their first
contribution in
[https://github.com/actions/setup-python/pull/694](https://github.com/actions/setup-python/pull/694)
- [@&#8203;jeffwidman](https://github.com/jeffwidman) made their first
contribution in
[https://github.com/actions/setup-python/pull/724](https://github.com/actions/setup-python/pull/724)

**Full Changelog**:
actions/setup-python@v4...v4.8.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**: Never, 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/GoogleCloudPlatform/genai-databases-retrieval-app).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy44MS4zIiwidXBkYXRlZEluVmVyIjoiMzcuODEuMyIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
rpdelaney referenced this pull request in rpdelaney/uncolor Dec 9, 2023
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change | Age | Adoption | Passing |
Confidence |
|---|---|---|---|---|---|---|---|
| [actions/setup-python](https://github.com/actions/setup-python) |
action | major | `v4.7.0` -> `v5.0.0` |
[![age](https://developer.mend.io/api/mc/badges/age/github-tags/actions%2fsetup-python/v5.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/github-tags/actions%2fsetup-python/v5.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/github-tags/actions%2fsetup-python/v4.7.0/v5.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/github-tags/actions%2fsetup-python/v4.7.0/v5.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [flake8](https://github.com/pycqa/flake8)
([changelog](https://flake8.pycqa.org/en/latest/release-notes/index.html))
| dev-dependencies | major | `5.0.4` -> `6.1.0` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/flake8/6.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/flake8/6.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/flake8/5.0.4/6.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/flake8/5.0.4/6.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<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

###
[`v4.8.0`](https://github.com/actions/setup-python/releases/tag/v4.8.0)

[Compare
Source](https://github.com/actions/setup-python/compare/v4.7.1...v4.8.0)

#### What's Changed

In scope of this release we added support for GraalPy
([https://github.com/actions/setup-python/pull/694](https://github.com/actions/setup-python/pull/694)).
You can use this snippet to set up GraalPy:

```yaml
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4 
  with:
    python-version: 'graalpy-22.3' 
- run: python my_script.py
```

Besides, the release contains such changes as:

- Trim python version when reading from file by
[@&#8203;FerranPares](https://github.com/FerranPares) in
[https://github.com/actions/setup-python/pull/628](https://github.com/actions/setup-python/pull/628)
- Use non-deprecated versions in examples by
[@&#8203;jeffwidman](https://github.com/jeffwidman) in
[https://github.com/actions/setup-python/pull/724](https://github.com/actions/setup-python/pull/724)
- Change deprecation comment to past tense by
[@&#8203;jeffwidman](https://github.com/jeffwidman) in
[https://github.com/actions/setup-python/pull/723](https://github.com/actions/setup-python/pull/723)
- Bump [@&#8203;babel/traverse](https://github.com/babel/traverse)
from 7.9.0 to 7.23.2 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/actions/setup-python/pull/743](https://github.com/actions/setup-python/pull/743)
- advanced-usage.md: Encourage the use actions/checkout@v4 by
[@&#8203;cclauss](https://github.com/cclauss) in
[https://github.com/actions/setup-python/pull/729](https://github.com/actions/setup-python/pull/729)
- Examples now use checkout@v4 by
[@&#8203;simonw](https://github.com/simonw) in
[https://github.com/actions/setup-python/pull/738](https://github.com/actions/setup-python/pull/738)
- Update actions/checkout to v4 by
[@&#8203;dmitry-shibanov](https://github.com/dmitry-shibanov) in
[https://github.com/actions/setup-python/pull/761](https://github.com/actions/setup-python/pull/761)

#### New Contributors

- [@&#8203;FerranPares](https://github.com/FerranPares) made their
first contribution in
[https://github.com/actions/setup-python/pull/628](https://github.com/actions/setup-python/pull/628)
- [@&#8203;timfel](https://github.com/timfel) made their first
contribution in
[https://github.com/actions/setup-python/pull/694](https://github.com/actions/setup-python/pull/694)
- [@&#8203;jeffwidman](https://github.com/jeffwidman) made their first
contribution in
[https://github.com/actions/setup-python/pull/724](https://github.com/actions/setup-python/pull/724)

**Full Changelog**:
actions/setup-python@v4...v4.8.0

###
[`v4.7.1`](https://github.com/actions/setup-python/releases/tag/v4.7.1)

[Compare
Source](https://github.com/actions/setup-python/compare/v4.7.0...v4.7.1)

#### What's Changed

- Bump word-wrap from 1.2.3 to 1.2.4 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/actions/setup-python/pull/702](https://github.com/actions/setup-python/pull/702)
- Add range validation for toml files by
[@&#8203;dmitry-shibanov](https://github.com/dmitry-shibanov) in
[https://github.com/actions/setup-python/pull/726](https://github.com/actions/setup-python/pull/726)

**Full Changelog**:
actions/setup-python@v4...v4.7.1

</details>

<details>
<summary>pycqa/flake8 (flake8)</summary>

### [`v6.1.0`](https://github.com/pycqa/flake8/compare/6.0.0...6.1.0)

[Compare
Source](https://github.com/pycqa/flake8/compare/6.0.0...6.1.0)

### [`v6.0.0`](https://github.com/pycqa/flake8/compare/5.0.4...6.0.0)

[Compare
Source](https://github.com/pycqa/flake8/compare/5.0.4...6.0.0)

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

👻 **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/rpdelaney/uncolor).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy44Ny4yIiwidXBkYXRlZEluVmVyIjoiMzcuODcuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
petretiandrea referenced this pull request in petretiandrea/home-assistant-tapo-p100 Dec 10, 2023
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/setup-python](https://github.com/actions/setup-python) |
action | major | `v4.7.1` -> `v5.0.0` |

---

### Release Notes

<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

###
[`v4.8.0`](https://github.com/actions/setup-python/releases/tag/v4.8.0)

[Compare
Source](https://github.com/actions/setup-python/compare/v4.7.1...v4.8.0)

#### What's Changed

In scope of this release we added support for GraalPy
([https://github.com/actions/setup-python/pull/694](https://github.com/actions/setup-python/pull/694)).
You can use this snippet to set up GraalPy:

```yaml
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4 
  with:
    python-version: 'graalpy-22.3' 
- run: python my_script.py
```

Besides, the release contains such changes as:

- Trim python version when reading from file by
[@&#8203;FerranPares](https://github.com/FerranPares) in
[https://github.com/actions/setup-python/pull/628](https://github.com/actions/setup-python/pull/628)
- Use non-deprecated versions in examples by
[@&#8203;jeffwidman](https://github.com/jeffwidman) in
[https://github.com/actions/setup-python/pull/724](https://github.com/actions/setup-python/pull/724)
- Change deprecation comment to past tense by
[@&#8203;jeffwidman](https://github.com/jeffwidman) in
[https://github.com/actions/setup-python/pull/723](https://github.com/actions/setup-python/pull/723)
- Bump [@&#8203;babel/traverse](https://github.com/babel/traverse)
from 7.9.0 to 7.23.2 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/actions/setup-python/pull/743](https://github.com/actions/setup-python/pull/743)
- advanced-usage.md: Encourage the use actions/checkout@v4 by
[@&#8203;cclauss](https://github.com/cclauss) in
[https://github.com/actions/setup-python/pull/729](https://github.com/actions/setup-python/pull/729)
- Examples now use checkout@v4 by
[@&#8203;simonw](https://github.com/simonw) in
[https://github.com/actions/setup-python/pull/738](https://github.com/actions/setup-python/pull/738)
- Update actions/checkout to v4 by
[@&#8203;dmitry-shibanov](https://github.com/dmitry-shibanov) in
[https://github.com/actions/setup-python/pull/761](https://github.com/actions/setup-python/pull/761)

#### New Contributors

- [@&#8203;FerranPares](https://github.com/FerranPares) made their
first contribution in
[https://github.com/actions/setup-python/pull/628](https://github.com/actions/setup-python/pull/628)
- [@&#8203;timfel](https://github.com/timfel) made their first
contribution in
[https://github.com/actions/setup-python/pull/694](https://github.com/actions/setup-python/pull/694)
- [@&#8203;jeffwidman](https://github.com/jeffwidman) made their first
contribution in
[https://github.com/actions/setup-python/pull/724](https://github.com/actions/setup-python/pull/724)

**Full Changelog**:
actions/setup-python@v4...v4.8.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.

🔕 **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/petretiandrea/home-assistant-tapo-p100).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy44Ny4yIiwidXBkYXRlZEluVmVyIjoiMzcuODcuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
lambchop4prez referenced this pull request in lambchop4prez/network Apr 7, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/setup-python](https://github.com/actions/setup-python) |
action | major | `v4.7.0` -> `v5.1.0` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

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

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

[Compare
Source](https://github.com/actions/setup-python/compare/v5.0.0...v5.1.0)

#### What's Changed

- Leveraging the raw API to retrieve the version-manifest, as it does
not impose a rate limit and hence facilitates unrestricted consumption
without the need for a token for Github Enterprise Servers by
[@&#8203;Shegox](https://github.com/Shegox) in
[https://github.com/actions/setup-python/pull/766](https://github.com/actions/setup-python/pull/766).
- Dependency updates by
[@&#8203;dependabot](https://github.com/dependabot) and
[@&#8203;HarithaVattikuti](https://github.com/HarithaVattikuti) in
[https://github.com/actions/setup-python/pull/817](https://github.com/actions/setup-python/pull/817)
- Documentation changes for version in README by
[@&#8203;basnijholt](https://github.com/basnijholt) in
[https://github.com/actions/setup-python/pull/776](https://github.com/actions/setup-python/pull/776)
- Documentation changes for link in README by
[@&#8203;ukd1](https://github.com/ukd1) in
[https://github.com/actions/setup-python/pull/793](https://github.com/actions/setup-python/pull/793)
- Documentation changes for link in Advanced Usage by
[@&#8203;Jamim](https://github.com/Jamim) in
[https://github.com/actions/setup-python/pull/782](https://github.com/actions/setup-python/pull/782)
- Documentation changes for avoiding rate limit issues on GHES by
[@&#8203;priya-kinthali](https://github.com/priya-kinthali) in
[https://github.com/actions/setup-python/pull/835](https://github.com/actions/setup-python/pull/835)

#### New Contributors

- [@&#8203;basnijholt](https://github.com/basnijholt) made their first
contribution in
[https://github.com/actions/setup-python/pull/776](https://github.com/actions/setup-python/pull/776)
- [@&#8203;ukd1](https://github.com/ukd1) made their first
contribution in
[https://github.com/actions/setup-python/pull/793](https://github.com/actions/setup-python/pull/793)
- [@&#8203;Jamim](https://github.com/Jamim) made their first
contribution in
[https://github.com/actions/setup-python/pull/782](https://github.com/actions/setup-python/pull/782)
- [@&#8203;Shegox](https://github.com/Shegox) made their first
contribution in
[https://github.com/actions/setup-python/pull/766](https://github.com/actions/setup-python/pull/766)
- [@&#8203;priya-kinthali](https://github.com/priya-kinthali) made
their first contribution in
[https://github.com/actions/setup-python/pull/835](https://github.com/actions/setup-python/pull/835)

**Full Changelog**:
actions/setup-python@v5.0.0...v5.1.0

###
[`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

###
[`v4.8.0`](https://github.com/actions/setup-python/releases/tag/v4.8.0)

[Compare
Source](https://github.com/actions/setup-python/compare/v4.7.1...v4.8.0)

#### What's Changed

In scope of this release we added support for GraalPy
([https://github.com/actions/setup-python/pull/694](https://github.com/actions/setup-python/pull/694)).
You can use this snippet to set up GraalPy:

```yaml
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4 
  with:
    python-version: 'graalpy-22.3' 
- run: python my_script.py
```

Besides, the release contains such changes as:

- Trim python version when reading from file by
[@&#8203;FerranPares](https://github.com/FerranPares) in
[https://github.com/actions/setup-python/pull/628](https://github.com/actions/setup-python/pull/628)
- Use non-deprecated versions in examples by
[@&#8203;jeffwidman](https://github.com/jeffwidman) in
[https://github.com/actions/setup-python/pull/724](https://github.com/actions/setup-python/pull/724)
- Change deprecation comment to past tense by
[@&#8203;jeffwidman](https://github.com/jeffwidman) in
[https://github.com/actions/setup-python/pull/723](https://github.com/actions/setup-python/pull/723)
- Bump [@&#8203;babel/traverse](https://github.com/babel/traverse)
from 7.9.0 to 7.23.2 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/actions/setup-python/pull/743](https://github.com/actions/setup-python/pull/743)
- advanced-usage.md: Encourage the use actions/checkout@v4 by
[@&#8203;cclauss](https://github.com/cclauss) in
[https://github.com/actions/setup-python/pull/729](https://github.com/actions/setup-python/pull/729)
- Examples now use checkout@v4 by
[@&#8203;simonw](https://github.com/simonw) in
[https://github.com/actions/setup-python/pull/738](https://github.com/actions/setup-python/pull/738)
- Update actions/checkout to v4 by
[@&#8203;dmitry-shibanov](https://github.com/dmitry-shibanov) in
[https://github.com/actions/setup-python/pull/761](https://github.com/actions/setup-python/pull/761)

#### New Contributors

- [@&#8203;FerranPares](https://github.com/FerranPares) made their
first contribution in
[https://github.com/actions/setup-python/pull/628](https://github.com/actions/setup-python/pull/628)
- [@&#8203;timfel](https://github.com/timfel) made their first
contribution in
[https://github.com/actions/setup-python/pull/694](https://github.com/actions/setup-python/pull/694)
- [@&#8203;jeffwidman](https://github.com/jeffwidman) made their first
contribution in
[https://github.com/actions/setup-python/pull/724](https://github.com/actions/setup-python/pull/724)

**Full Changelog**:
actions/setup-python@v4...v4.8.0

###
[`v4.7.1`](https://github.com/actions/setup-python/releases/tag/v4.7.1)

[Compare
Source](https://github.com/actions/setup-python/compare/v4.7.0...v4.7.1)

#### What's Changed

- Bump word-wrap from 1.2.3 to 1.2.4 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/actions/setup-python/pull/702](https://github.com/actions/setup-python/pull/702)
- Add range validation for toml files by
[@&#8203;dmitry-shibanov](https://github.com/dmitry-shibanov) in
[https://github.com/actions/setup-python/pull/726](https://github.com/actions/setup-python/pull/726)

**Full Changelog**:
actions/setup-python@v4...v4.7.1

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

🔕 **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/lambchop4prez/network).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants