Skip to content

Commit

Permalink
Bump actions/setup-python from 2.3.2 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.3.2 to 4.3.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v2.3.2...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 Oct 10, 2022
1 parent ba45c40 commit 58b9d57
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/fortnightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
with:
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v2.3.2
uses: actions/setup-python@v4.3.0
with:
python-version: ${{ matrix.python }}
- name: Install Python dependencies
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
with:
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v2.3.2
uses: actions/setup-python@v4.3.0
with:
python-version: ${{ matrix.python }}
- name: Install Python dependencies
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
with:
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v2.3.2
uses: actions/setup-python@v4.3.0
with:
python-version: ${{ matrix.python }}
- name: Install Python dependencies
Expand All @@ -116,7 +116,7 @@ jobs:
with:
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v2.3.2
uses: actions/setup-python@v4.3.0
with:
python-version: 3.8
- name: Install Python dependencies
Expand All @@ -138,7 +138,7 @@ jobs:
git fetch --prune --unshallow
git fetch --depth=1 origin +refs/tags/*:refs/tags/*
- name: Set up Python 3.7
uses: actions/setup-python@v2.3.2
uses: actions/setup-python@v4.3.0
with:
python-version: 3.7
- name: Install requirements
Expand Down

0 comments on commit 58b9d57

Please sign in to comment.