Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4da809e

Browse files
authored
Do not encourage the use of an obsolete GitHub Actions (psf#5016)
1 parent ce030cc commit 4da809e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/integrations/github_actions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
lint:
2525
runs-on: ubuntu-latest
2626
steps:
27-
- uses: actions/checkout@v5
27+
- uses: actions/checkout@v6
2828
- uses: psf/black@stable
2929
```
3030
@@ -60,7 +60,7 @@ To read the version from the `pyproject.toml` file instead, set `use_pyproject`
6060
the setup-python action may be required, for example:
6161

6262
```yaml
63-
- uses: actions/setup-python@v5
63+
- uses: actions/setup-python@v6
6464
with:
6565
python-version: "3.13"
6666
- uses: psf/black@stable

0 commit comments

Comments
 (0)