From a05d6a1f0527311a42b5ae54e911ff375c8a03af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 00:41:36 +0000 Subject: [PATCH] ci(deps): bump the github-actions-dependencies group across 1 directory with 2 updates Bumps the github-actions-dependencies group with 2 updates in the / directory: [actions/setup-python](https://github.com/actions/setup-python) and [armakuni/github-actions](https://github.com/armakuni/github-actions). Updates `actions/setup-python` from 5.5.0 to 5.6.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v5.5.0...v5.6.0) Updates `armakuni/github-actions` from 0.19.6 to 0.19.7 - [Release notes](https://github.com/armakuni/github-actions/releases) - [Changelog](https://github.com/armakuni/github-actions/blob/main/CHANGELOG.md) - [Commits](https://github.com/armakuni/github-actions/compare/v0.19.6...v0.19.7) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 5.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependencies - dependency-name: armakuni/github-actions dependency-version: 0.19.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/app-pipeline-pr.yml | 8 ++++---- .github/workflows/app-pipeline.yml | 14 +++++++------- .github/workflows/infra-pipeline.yml | 2 +- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/app-pipeline-pr.yml b/.github/workflows/app-pipeline-pr.yml index 5d3cd3e..887f747 100644 --- a/.github/workflows/app-pipeline-pr.yml +++ b/.github/workflows/app-pipeline-pr.yml @@ -29,7 +29,7 @@ jobs: - uses: actions/checkout@v4 - name: Set up Python version - uses: actions/setup-python@v5.5.0 + uses: actions/setup-python@v5.6.0 with: python-version: ${{ env.PYTHON_VERSION }} cache: "pip" @@ -48,7 +48,7 @@ jobs: - uses: actions/checkout@v4 - name: Set up Python version - uses: actions/setup-python@v5.5.0 + uses: actions/setup-python@v5.6.0 with: python-version: ${{ env.PYTHON_VERSION }} cache: "pip" @@ -70,7 +70,7 @@ jobs: - uses: actions/checkout@v4 - name: Set up Python version - uses: actions/setup-python@v5.5.0 + uses: actions/setup-python@v5.6.0 with: python-version: ${{ env.PYTHON_VERSION }} cache: "pip" @@ -95,7 +95,7 @@ jobs: - uses: actions/checkout@v4 - name: Set up Python version - uses: actions/setup-python@v5.5.0 + uses: actions/setup-python@v5.6.0 with: python-version: ${{ env.PYTHON_VERSION }} cache: "pip" diff --git a/.github/workflows/app-pipeline.yml b/.github/workflows/app-pipeline.yml index e18e697..f2ce956 100644 --- a/.github/workflows/app-pipeline.yml +++ b/.github/workflows/app-pipeline.yml @@ -35,7 +35,7 @@ jobs: - uses: actions/checkout@v4 - name: Set up Python version - uses: actions/setup-python@v5.5.0 + uses: actions/setup-python@v5.6.0 with: python-version: ${{ env.PYTHON_VERSION }} cache: "pip" @@ -55,7 +55,7 @@ jobs: - uses: actions/checkout@v4 - name: Set up Python version - uses: actions/setup-python@v5.5.0 + uses: actions/setup-python@v5.6.0 with: python-version: ${{ env.PYTHON_VERSION }} cache: "pip" @@ -78,7 +78,7 @@ jobs: - uses: actions/checkout@v4 - name: Set up Python version - uses: actions/setup-python@v5.5.0 + uses: actions/setup-python@v5.6.0 with: python-version: ${{ env.PYTHON_VERSION }} cache: "pip" @@ -114,7 +114,7 @@ jobs: - uses: actions/checkout@v4 - name: Set up Python version - uses: actions/setup-python@v5.5.0 + uses: actions/setup-python@v5.6.0 with: python-version: ${{ env.PYTHON_VERSION }} cache: "pip" @@ -150,7 +150,7 @@ jobs: shell: bash - name: Set up Python version - uses: actions/setup-python@v5.5.0 + uses: actions/setup-python@v5.6.0 with: python-version: ${{ env.PYTHON_VERSION }} cache: "pip" @@ -172,7 +172,7 @@ jobs: - id: bump-version name: Bump to Next Semver Version - uses: armakuni/github-actions/bump-version@v0.19.6 + uses: armakuni/github-actions/bump-version@v0.19.7 - name: Build Docker Image run: | @@ -352,7 +352,7 @@ jobs: needs: - placeholder-prod-deploy-to-az-container-apps if: github.ref == 'refs/heads/main' - uses: armakuni/github-actions/.github/workflows/tag-and-release.yml@v0.19.6 + uses: armakuni/github-actions/.github/workflows/tag-and-release.yml@v0.19.7 secrets: inherit with: download-artifacts: true diff --git a/.github/workflows/infra-pipeline.yml b/.github/workflows/infra-pipeline.yml index 4e0ad6e..0798d4d 100644 --- a/.github/workflows/infra-pipeline.yml +++ b/.github/workflows/infra-pipeline.yml @@ -94,7 +94,7 @@ jobs: subscription-id: ${{ secrets.AZ_SUBSCRIPTION_ID }} - name: Set up Python version - uses: actions/setup-python@v5.5.0 + uses: actions/setup-python@v5.6.0 with: python-version: ${{ env.PYTHON_VERSION }} cache: "pip"