diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 705b03a..14396a6 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -26,7 +26,7 @@ jobs: uses: actions/checkout@v4 - name: Install Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: "3.11" @@ -60,7 +60,7 @@ jobs: uses: actions/checkout@v4 - name: Install Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: "3.11" @@ -94,7 +94,7 @@ jobs: uses: actions/checkout@v4 - name: Install Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: "3.11" @@ -128,7 +128,7 @@ jobs: uses: actions/checkout@v4 - name: Install Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: "3.11" @@ -161,7 +161,7 @@ jobs: uses: actions/checkout@v4 - name: Install Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: "3.11" @@ -217,7 +217,7 @@ jobs: fetch-depth: 2 - name: Install Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: | ${{ matrix.python-version }} @@ -279,7 +279,7 @@ jobs: # Use the latest supported Python version for combining coverage to # prevent parsing errors in older versions when looking at modern code. - - uses: "actions/setup-python@v4" + - uses: "actions/setup-python@v5" with: python-version: "3.11"