Skip to content

Commit 3171050

Browse files
Bump actions/setup-python from 4.6.0 to 4.7.0 (#430)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.6.0 to 4.7.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4.6.0...v4.7.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> Co-authored-by: Paul Profizi <[email protected]>
1 parent 77a6eb5 commit 3171050

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- uses: actions/checkout@v3
4444

4545
- name: "Setup Python"
46-
uses: actions/setup-python@v4.6.0
46+
uses: actions/setup-python@v4.7.0
4747
with:
4848
python-version: ${{ env.MAIN_PYTHON_VERSION }}
4949

.github/workflows/ci_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- uses: actions/checkout@v3
4141

4242
- name: "Setup Python"
43-
uses: actions/setup-python@v4.6.0
43+
uses: actions/setup-python@v4.7.0
4444
with:
4545
python-version: ${{ env.MAIN_PYTHON_VERSION }}
4646

@@ -211,7 +211,7 @@ jobs:
211211
runs-on: ubuntu-latest
212212
steps:
213213
- name: "Set up Python"
214-
uses: actions/setup-python@v4.6.0
214+
uses: actions/setup-python@v4.7.0
215215
with:
216216
python-version: 3.9
217217

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
echo "ANSYSLMD_LICENSE_FILE=1055@${{ secrets.LICENSE_SERVER }}" >> $GITHUB_ENV
100100
101101
- name: Setup Python
102-
uses: actions/setup-python@v4.6.0
102+
uses: actions/setup-python@v4.7.0
103103
with:
104104
python-version: ${{ inputs.python_version }}
105105

.github/workflows/examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
echo "ANSYSLMD_LICENSE_FILE=1055@${{ secrets.LICENSE_SERVER }}" >> $GITHUB_ENV
9393
9494
- name: Setup Python
95-
uses: actions/setup-python@v4.6.0
95+
uses: actions/setup-python@v4.7.0
9696
with:
9797
python-version: ${{ matrix.python-version }}
9898

0 commit comments

Comments
 (0)