diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 54da137c..7c7e06cc 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -38,7 +38,7 @@ jobs: steps: - name: Check out repository code - uses: actions/checkout@v2 + uses: actions/checkout@v3 # Setup Python (faster than using Python container) - name: Setup Python