diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index f3d15c36e..b37516246 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -90,7 +90,7 @@ jobs: run: make pull-docker - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }}