Skip to content

Commit

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

---
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 Jan 25, 2023
1 parent 175a2d5 commit 547cffa
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/setup-python@v4
- uses: pre-commit/[email protected]
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
id: python-version
run: |
echo "::set-output name=python-version::$(cat .python-version)"
- uses: actions/setup-python@v2
- uses: actions/setup-python@v4
with:
python-version: ${{ steps.python-version.outputs.python-version }}
architecture: x64
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
echo "::set-output name=python-version::$(cat .python-version)"
echo "::set-output name=kubectl-version::$(cat .kubectl-version)"
echo "::set-output name=aws-iam-auth-version::$(cat .aws-iam-auth-version)"
- uses: actions/setup-python@v2.1.3
- uses: actions/setup-python@v4
id: setup-python
with:
python-version: ${{ steps.artifact-versions.outputs.python-version }}
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@master
- uses: actions/setup-python@v2.1.3
- uses: actions/setup-python@v4
id: setup-python
with:
python-version: ${{ needs.setup_build.outputs.python-version }}
Expand Down Expand Up @@ -158,7 +158,7 @@ jobs:
contains(github.event.head_commit.message, '#test:integration'))
steps:
- uses: actions/checkout@master
- uses: actions/setup-python@v2.1.3
- uses: actions/setup-python@v4
id: setup-python
with:
python-version: ${{ needs.setup_build.outputs.python-version }}
Expand Down Expand Up @@ -247,7 +247,7 @@ jobs:
contains(github.event.head_commit.message, '#test:integration'))
steps:
- uses: actions/checkout@master
- uses: actions/setup-python@v2.1.3
- uses: actions/setup-python@v4
id: setup-python
with:
python-version: ${{ needs.setup_build.outputs.python-version }}
Expand Down Expand Up @@ -300,7 +300,7 @@ jobs:
contains(github.event.head_commit.message, '#test:system'))
steps:
- uses: actions/checkout@master
- uses: actions/setup-python@v2.1.3
- uses: actions/setup-python@v4
id: setup-python
with:
python-version: ${{ needs.setup_build.outputs.python-version }}
Expand Down

0 comments on commit 547cffa

Please sign in to comment.