Skip to content

Commit 422006f

Browse files
chore(deps): bump actions/setup-python from 6.0.0 to 6.1.0 (#929)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 16d186f commit 422006f

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
@@ -46,7 +46,7 @@ jobs:
4646
- uses: actions/checkout@v5
4747

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

.github/workflows/ci_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- uses: actions/checkout@v5
5050

5151
- name: "Setup Python"
52-
uses: actions/setup-python@v6.0.0
52+
uses: actions/setup-python@v6.1.0
5353
with:
5454
python-version: ${{ env.MAIN_PYTHON_VERSION }}
5555

.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@v6.0.0
82+
uses: actions/setup-python@v6.1.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
@@ -70,7 +70,7 @@ jobs:
7070
echo "ANSYSLMD_LICENSE_FILE=1055@${{ secrets.LICENSE_SERVER }}" >> $GITHUB_ENV
7171
7272
- name: Setup Python
73-
uses: actions/setup-python@v6.0.0
73+
uses: actions/setup-python@v6.1.0
7474
with:
7575
python-version: ${{ matrix.python-version }}
7676

0 commit comments

Comments
 (0)