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