diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 54da137c..0675cecc 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -42,7 +42,7 @@ jobs: # Setup Python (faster than using Python container) - name: Setup Python - uses: actions/setup-python@v2 + uses: actions/setup-python@v3 with: python-version: "3.8"