Skip to content
This repository has been archived by the owner on Aug 26, 2024. It is now read-only.

Commit

Permalink
Bump actions/setup-python from 4 to 5 (#373)
Browse files Browse the repository at this point in the history
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v4...v5)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 18, 2024
1 parent eb51359 commit c78f9b2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
version: 3.x
repo-token: ${{ secrets.GITHUB_TOKEN }}

- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
# keep this in sync with python version from base container
python-version: "3.12" # 3.12 is default on fedora-39
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
version: 3.x
repo-token: ${{ secrets.GITHUB_TOKEN }}

- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
# keep this in sync with python version from base container
python-version: "3.12" # 3.12 is default on fedora-39
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
version: 3.x
repo-token: ${{ secrets.GITHUB_TOKEN }}

- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
# keep this in sync with python version from base container
python-version: "3.12" # 3.12 is default on fedora-39
Expand Down

0 comments on commit c78f9b2

Please sign in to comment.