Skip to content

Commit 30a857a

Browse files
dependabot[bot]meshula
authored andcommitted
Bump actions/setup-python from 3 to 4.1.0 (AcademySoftwareFoundation#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] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Nick Porcino <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Nick Porcino <[email protected]> Signed-off-by: Michele Spina <[email protected]>
1 parent 4dd45e1 commit 30a857a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
submodules: 'recursive'
1616

17-
- uses: actions/setup-python@v3
17+
- uses: actions/setup-python@v4.1.0
1818
with:
1919
python-version: '3.10'
2020

@@ -62,7 +62,7 @@ jobs:
6262
with:
6363
submodules: 'recursive'
6464

65-
- uses: actions/setup-python@v3
65+
- uses: actions/setup-python@v4.1.0
6666
with:
6767
python-version: '3.10'
6868

.github/workflows/python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
git
121121
- name: Set up Python ${{ matrix.python-version }}
122122
if: matrix.python-version != 'mingw64'
123-
uses: actions/setup-python@v3
123+
uses: actions/setup-python@v4.1.0
124124
with:
125125
python-version: ${{ matrix.python-version }}
126126
- name: Install coverage dependency
@@ -193,7 +193,7 @@ jobs:
193193
with:
194194
submodules: 'recursive'
195195

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

198198
- name: Install pypa/build
199199
run: python -m pip install build --user

0 commit comments

Comments
 (0)