diff --git a/.github/workflows/precipitation-anomaly-diagnostics-ci.yml b/.github/workflows/precipitation-anomaly-diagnostics-ci.yml index 3936597..4e1d639 100644 --- a/.github/workflows/precipitation-anomaly-diagnostics-ci.yml +++ b/.github/workflows/precipitation-anomaly-diagnostics-ci.yml @@ -30,7 +30,7 @@ jobs: uses: actions/checkout@v6 - name: Set up Python - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: ${{ env.PRECIPITATION_DIAGNOSTICS_PYTHON_VERSION }} diff --git a/.github/workflows/python-weather-diagnostics-toolkit-ci.yml b/.github/workflows/python-weather-diagnostics-toolkit-ci.yml index aaf1ec8..eadcf59 100644 --- a/.github/workflows/python-weather-diagnostics-toolkit-ci.yml +++ b/.github/workflows/python-weather-diagnostics-toolkit-ci.yml @@ -30,7 +30,7 @@ jobs: uses: actions/checkout@v6 - name: Set up Python - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: ${{ env.PYTHON_WEATHER_DIAGNOSTICS_VERSION }} diff --git a/.github/workflows/reviewer-route-contract-ci.yml b/.github/workflows/reviewer-route-contract-ci.yml index c0156b8..1163d26 100644 --- a/.github/workflows/reviewer-route-contract-ci.yml +++ b/.github/workflows/reviewer-route-contract-ci.yml @@ -41,7 +41,7 @@ jobs: uses: actions/checkout@v6 - name: Set up Python - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: ${{ env.REVIEWER_ROUTE_CONTRACT_PYTHON_VERSION }} diff --git a/.github/workflows/sbom-diff-and-risk-ci.yml b/.github/workflows/sbom-diff-and-risk-ci.yml index 9d4dc98..6e0a358 100644 --- a/.github/workflows/sbom-diff-and-risk-ci.yml +++ b/.github/workflows/sbom-diff-and-risk-ci.yml @@ -36,7 +36,7 @@ jobs: uses: actions/checkout@v6 - name: Set up Python - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: ${{ env.SBOM_DIFF_RISK_PYTHON_VERSION }} @@ -82,7 +82,7 @@ jobs: uses: actions/checkout@v6 - name: Set up Python - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: ${{ env.SBOM_DIFF_RISK_PYTHON_VERSION }} diff --git a/.github/workflows/sbom-diff-and-risk-code-scanning.yml b/.github/workflows/sbom-diff-and-risk-code-scanning.yml index e06bfcb..fb84e4d 100644 --- a/.github/workflows/sbom-diff-and-risk-code-scanning.yml +++ b/.github/workflows/sbom-diff-and-risk-code-scanning.yml @@ -30,7 +30,7 @@ jobs: uses: actions/checkout@v6 - name: Set up Python - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: ${{ env.SBOM_DIFF_RISK_PYTHON_VERSION }} diff --git a/.github/workflows/sbom-diff-and-risk-testpypi.yml b/.github/workflows/sbom-diff-and-risk-testpypi.yml index fce13d6..55d5d12 100644 --- a/.github/workflows/sbom-diff-and-risk-testpypi.yml +++ b/.github/workflows/sbom-diff-and-risk-testpypi.yml @@ -42,7 +42,7 @@ jobs: uses: actions/checkout@v6 - name: Set up Python - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: ${{ env.SBOM_DIFF_RISK_PYTHON_VERSION }}