Skip to content
This repository has been archived by the owner on Jul 14, 2022. It is now read-only.

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jul 11, 2022
1 parent 241ca8a commit 3f3f945
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/everything.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fetch-depth: 0

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

Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up Python
uses: actions/setup-python@v3.1.0
uses: actions/setup-python@v4.1.0
with:
python-version: '3.x'

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

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

Expand Down

0 comments on commit 3f3f945

Please sign in to comment.