From ac89425e63d8b6c06735fc59c4e91b8675e689f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Apr 2025 21:16:33 +0000 Subject: [PATCH] Bump actions/setup-python from 5.4.0 to 5.6.0 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.4.0 to 5.6.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v5.4.0...v5.6.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 5.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/ci_release.yml | 2 +- .github/workflows/docs.yml | 2 +- .github/workflows/examples.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 896b92126..e26ab3b83 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,7 @@ jobs: - uses: actions/checkout@v4 - name: "Setup Python" - uses: actions/setup-python@v5.4.0 + uses: actions/setup-python@v5.6.0 with: python-version: ${{ env.MAIN_PYTHON_VERSION }} diff --git a/.github/workflows/ci_release.yml b/.github/workflows/ci_release.yml index 176eb8487..b6d1142c7 100644 --- a/.github/workflows/ci_release.yml +++ b/.github/workflows/ci_release.yml @@ -46,7 +46,7 @@ jobs: - uses: actions/checkout@v4 - name: "Setup Python" - uses: actions/setup-python@v5.4.0 + uses: actions/setup-python@v5.6.0 with: python-version: ${{ env.MAIN_PYTHON_VERSION }} diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index e8aba6e55..157f8cea4 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -81,7 +81,7 @@ jobs: echo "ANSYSLMD_LICENSE_FILE=1055@${{ secrets.LICENSE_SERVER }}" >> $GITHUB_ENV - name: Setup Python - uses: actions/setup-python@v5.4.0 + uses: actions/setup-python@v5.6.0 with: python-version: ${{ inputs.python_version }} diff --git a/.github/workflows/examples.yml b/.github/workflows/examples.yml index db644d260..fd18fd9ec 100644 --- a/.github/workflows/examples.yml +++ b/.github/workflows/examples.yml @@ -72,7 +72,7 @@ jobs: echo "ANSYSLMD_LICENSE_FILE=1055@${{ secrets.LICENSE_SERVER }}" >> $GITHUB_ENV - name: Setup Python - uses: actions/setup-python@v5.4.0 + uses: actions/setup-python@v5.6.0 with: python-version: ${{ matrix.python-version }}