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"