diff --git a/.github/workflows/cicd.yaml b/.github/workflows/cicd.yaml index 3f96dbf9..493097b5 100644 --- a/.github/workflows/cicd.yaml +++ b/.github/workflows/cicd.yaml @@ -192,7 +192,7 @@ jobs: - Run-Integration-Tests runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: ref: ${{ github.event.pull_request.head.sha || github.ref }} - name: Set up Python 3.11