Skip to content

Commit 7d75c80

Browse files
Bump actions/setup-python from 4.7.0 to 5.0.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.7.0 to 5.0.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4.7.0...v5.0.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]>
1 parent 5823c9b commit 7d75c80

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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@v4
4444

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

.github/workflows/ci_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- uses: actions/checkout@v4
4747

4848
- name: "Setup Python"
49-
uses: actions/setup-python@v4.7.0
49+
uses: actions/setup-python@v5.0.0
5050
with:
5151
python-version: ${{ env.MAIN_PYTHON_VERSION }}
5252

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
echo "ANSYSLMD_LICENSE_FILE=1055@${{ secrets.LICENSE_SERVER }}" >> $GITHUB_ENV
8080
8181
- name: Setup Python
82-
uses: actions/setup-python@v4.7.0
82+
uses: actions/setup-python@v5.0.0
8383
with:
8484
python-version: ${{ inputs.python_version }}
8585

.github/workflows/examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
echo "ANSYSLMD_LICENSE_FILE=1055@${{ secrets.LICENSE_SERVER }}" >> $GITHUB_ENV
7373
7474
- name: Setup Python
75-
uses: actions/setup-python@v4.7.0
75+
uses: actions/setup-python@v5.0.0
7676
with:
7777
python-version: ${{ matrix.python-version }}
7878

0 commit comments

Comments
 (0)