Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

build(deps): bump actions/setup-python from 4 to 5 #62

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
name: Packages
path: dist
- run: tar xf dist/*.tar.gz --strip-components=1 # needed for config files
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
cache: pip
python-version: ${{ matrix.python-version }}
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
cache: pip
python-version-file: .python-version-default
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
name: Packages
path: dist
- run: tar xf dist/*.tar.gz --strip-components=1 # needed for config files
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
cache: pip
python-version-file: .python-version-default
Expand All @@ -148,7 +148,7 @@ jobs:
name: Packages
path: dist
- run: tar xf dist/*.tar.gz --strip-components=1 # needed for config files
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
cache: pip
python-version-file: .python-version-default
Expand All @@ -171,7 +171,7 @@ jobs:
path: dist
- run: tar xf dist/*.tar.gz --strip-components=1 # needed for config files

- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
# Keep in sync with tox.ini/docs & .readthedocs.yaml
python-version: "3.12"
Expand All @@ -189,7 +189,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
cache: pip
python-version-file: .python-version-default
Expand Down