Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 7, 2023
1 parent 3223ae4 commit 081b153
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: actions/setup-python@v4.0.0
- uses: actions/setup-python@v4
with:
python-version: "3.12"

Expand All @@ -26,7 +26,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: actions/setup-python@v4.0.0
- uses: actions/setup-python@v4
with:
python-version: "3.12"

Expand All @@ -42,7 +42,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: actions/setup-python@v4.0.0
- uses: actions/setup-python@v4
with:
python-version: "3.12"

Expand All @@ -65,7 +65,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: actions/setup-python@v4.0.0
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python.version }}

Expand All @@ -81,7 +81,7 @@ jobs:
- uses: actions/checkout@v3

- name: Set up Python
uses: actions/setup-python@v3
uses: actions/setup-python@v4
with:
python-version: 3.9

Expand All @@ -97,7 +97,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: actions/setup-python@v4.0.0
- uses: actions/setup-python@v4
with:
python-version: "3.12"

Expand All @@ -122,7 +122,7 @@ jobs:
- uses: actions/checkout@v3

- name: Set up Python
uses: actions/setup-python@v3
uses: actions/setup-python@v4
with:
python-version: 3.9

Expand Down

0 comments on commit 081b153

Please sign in to comment.