diff --git a/.github/workflows/app-pipeline-pr.yml b/.github/workflows/app-pipeline-pr.yml index 096c5d0..dcdd273 100644 --- a/.github/workflows/app-pipeline-pr.yml +++ b/.github/workflows/app-pipeline-pr.yml @@ -23,7 +23,7 @@ jobs: - uses: actions/checkout@v4 - name: Set up Python version - uses: actions/setup-python@v4.7.1 + uses: actions/setup-python@v5.3.0 with: python-version: ${{ env.PYTHON_VERSION }} cache: "pip" @@ -42,7 +42,7 @@ jobs: - uses: actions/checkout@v4 - name: Set up Python version - uses: actions/setup-python@v4.7.1 + uses: actions/setup-python@v5.3.0 with: python-version: ${{ env.PYTHON_VERSION }} cache: "pip" @@ -64,7 +64,7 @@ jobs: - uses: actions/checkout@v4 - name: Set up Python version - uses: actions/setup-python@v4.7.1 + uses: actions/setup-python@v5.3.0 with: python-version: ${{ env.PYTHON_VERSION }} cache: "pip" @@ -89,7 +89,7 @@ jobs: - uses: actions/checkout@v4 - name: Set up Python version - uses: actions/setup-python@v4.7.1 + uses: actions/setup-python@v5.3.0 with: python-version: ${{ env.PYTHON_VERSION }} cache: "pip" diff --git a/.github/workflows/app-pipeline.yml b/.github/workflows/app-pipeline.yml index 2ba5cd9..0dc0db2 100644 --- a/.github/workflows/app-pipeline.yml +++ b/.github/workflows/app-pipeline.yml @@ -29,7 +29,7 @@ jobs: - uses: actions/checkout@v4 - name: Set up Python version - uses: actions/setup-python@v5.1.0 + uses: actions/setup-python@v5.3.0 with: python-version: ${{ env.PYTHON_VERSION }} cache: "pip" @@ -49,7 +49,7 @@ jobs: - uses: actions/checkout@v4 - name: Set up Python version - uses: actions/setup-python@v5.1.0 + uses: actions/setup-python@v5.3.0 with: python-version: ${{ env.PYTHON_VERSION }} cache: "pip" @@ -72,7 +72,7 @@ jobs: - uses: actions/checkout@v4 - name: Set up Python version - uses: actions/setup-python@v5.1.0 + uses: actions/setup-python@v5.3.0 with: python-version: ${{ env.PYTHON_VERSION }} cache: "pip" @@ -108,7 +108,7 @@ jobs: - uses: actions/checkout@v4 - name: Set up Python version - uses: actions/setup-python@v5.1.0 + uses: actions/setup-python@v5.3.0 with: python-version: ${{ env.PYTHON_VERSION }} cache: "pip" @@ -144,7 +144,7 @@ jobs: shell: bash - name: Set up Python version - uses: actions/setup-python@v5.1.0 + uses: actions/setup-python@v5.3.0 with: python-version: ${{ env.PYTHON_VERSION }} cache: "pip" diff --git a/.github/workflows/infra-pipeline.yml b/.github/workflows/infra-pipeline.yml index fd6783c..69e3242 100644 --- a/.github/workflows/infra-pipeline.yml +++ b/.github/workflows/infra-pipeline.yml @@ -88,7 +88,7 @@ jobs: subscription-id: ${{ secrets.AZ_SUBSCRIPTION_ID }} - name: Set up Python version - uses: actions/setup-python@v4.7.1 + uses: actions/setup-python@v5.3.0 with: python-version: ${{ env.PYTHON_VERSION }} cache: "pip"