Skip to content

Commit

Permalink
Bump actions/setup-python from 2.2.2 to 2.3.0 (#908)
Browse files Browse the repository at this point in the history
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2.2.2 to 2.3.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v2.2.2...v2.3.0)

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

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 Nov 17, 2021
1 parent 7c63592 commit 04a71b7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- name: Setup python
if: ${{ matrix.python-version }}
uses: actions/setup-python@v2.2.2
uses: actions/setup-python@v2.3.0
with:
python-version: ${{ matrix.python-version }}

Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
uses: actions/[email protected]

- name: Setup python
uses: actions/setup-python@v2.2.2
uses: actions/setup-python@v2.3.0
with:
python-version: 3.8

Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
uses: actions/[email protected]

- name: Setup python
uses: actions/setup-python@v2.2.2
uses: actions/setup-python@v2.3.0
with:
python-version: 3.8

Expand All @@ -118,7 +118,7 @@ jobs:
uses: actions/[email protected]

- name: Setup python
uses: actions/setup-python@v2.2.2
uses: actions/setup-python@v2.3.0
with:
python-version: 3.8

Expand All @@ -135,7 +135,7 @@ jobs:
uses: actions/[email protected]

- name: Setup python
uses: actions/setup-python@v2.2.2
uses: actions/setup-python@v2.3.0
with:
python-version: 3.8

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fragments-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
fetch-depth: 0

- name: Setup python
uses: actions/setup-python@v2.2.2
uses: actions/setup-python@v2.3.0
with:
python-version: 3.8

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/[email protected]

- name: Setup python
uses: actions/setup-python@v2.2.2
uses: actions/setup-python@v2.3.0
with:
python-version: 3.8

Expand Down
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:
token: ${{ secrets.PAT_TOKEN }}

- name: Setup python
uses: actions/setup-python@v2.2.2
uses: actions/setup-python@v2.3.0
with:
python-version: 3.8

Expand Down

0 comments on commit 04a71b7

Please sign in to comment.