diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index b3b3eb11f9..76d5dcfd6d 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -27,7 +27,7 @@ jobs: steps: - uses: actions/checkout@v4 # update stats - - uses: actions/setup-python@v5 + - uses: actions/setup-python@v6 with: python-version: '3.9' - name: cache pip @@ -122,7 +122,7 @@ jobs: steps: - uses: actions/checkout@v4 # update stats - - uses: actions/setup-python@v5 + - uses: actions/setup-python@v6 with: python-version: '3.9' - name: cache pip