Skip to content

Commit

Permalink
Bump actions/setup-python from 3 to 4.1.0 (AcademySoftwareFoundation#…
Browse files Browse the repository at this point in the history
…1351)

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3 to 4.1.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v3...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>

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Nick Porcino <meshula@hotmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Nick Porcino <meshula@hotmail.com>
Signed-off-by: Michele Spina <michelespina96@gmail.com>
  • Loading branch information
2 people authored and MichaelPlug committed Aug 5, 2023
1 parent 4dd45e1 commit 30a857a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
submodules: 'recursive'

- uses: actions/setup-python@v3
- uses: actions/setup-python@v4.1.0
with:
python-version: '3.10'

Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
with:
submodules: 'recursive'

- uses: actions/setup-python@v3
- uses: actions/setup-python@v4.1.0
with:
python-version: '3.10'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
git
- name: Set up Python ${{ matrix.python-version }}
if: matrix.python-version != 'mingw64'
uses: actions/setup-python@v3
uses: actions/setup-python@v4.1.0
with:
python-version: ${{ matrix.python-version }}
- name: Install coverage dependency
Expand Down Expand Up @@ -193,7 +193,7 @@ jobs:
with:
submodules: 'recursive'

- uses: actions/setup-python@v3
- uses: actions/setup-python@v4.1.0

- name: Install pypa/build
run: python -m pip install build --user
Expand Down

0 comments on commit 30a857a

Please sign in to comment.