Skip to content

Commit

Permalink
Bump actions/setup-python from 2 to 4
Browse files Browse the repository at this point in the history
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 4.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v2...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 Jun 13, 2023
1 parent 4addde8 commit bb0d106
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/promote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v2

- name: Install python
uses: actions/setup-python@v2
uses: actions/setup-python@v4

- name: Install dependencies
run: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
fetch-depth: 0

- name: Setup up python
uses: actions/setup-python@v2
uses: actions/setup-python@v4

- name: Install tox
run: pip install tox
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
run: sudo chmod a+x /usr/local/bin/receptor

- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}

Expand All @@ -141,7 +141,7 @@ jobs:
fetch-depth: 0

- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v4

- name: Install python dependencies
run: pip install build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
ref: ${{ github.event.inputs.ref }}

- name: Install python
uses: actions/setup-python@v2
uses: actions/setup-python@v4

- name: Install dependencies
run: |
Expand Down

0 comments on commit bb0d106

Please sign in to comment.