diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 850b66a8..69c87b62 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -69,7 +69,7 @@ jobs: - name: Checkout project uses: actions/checkout@v4 - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: 3.x cache: pip @@ -201,7 +201,7 @@ jobs: - name: Setup Python ${{ matrix.pyver }} id: python-install - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.pyver }} cache: pip diff --git a/.github/workflows/reusable-linters.yml b/.github/workflows/reusable-linters.yml index 6bf6c42a..5957b3b2 100644 --- a/.github/workflows/reusable-linters.yml +++ b/.github/workflows/reusable-linters.yml @@ -29,7 +29,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Setup Python ${{ env.PYTHON_LATEST }} - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ env.PYTHON_LATEST }} cache: pip