diff --git a/.github/workflows/cicd.yaml b/.github/workflows/cicd.yaml index a999e38b2..d597b06c9 100644 --- a/.github/workflows/cicd.yaml +++ b/.github/workflows/cicd.yaml @@ -73,7 +73,7 @@ jobs: run: pipx install poetry - name: setup python ${{ matrix.python-version }} - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} cache: "poetry"