diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index d77f9de2..772ed3a2 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -58,7 +58,7 @@ jobs: # Setup Python (faster than using Python container) - name: Setup Python - uses: actions/setup-python@v3 + uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} - name: Lint code