diff --git a/.github/workflows/profiling.yaml b/.github/workflows/profiling.yaml index 2c14e4a93..0ae7dfb0d 100644 --- a/.github/workflows/profiling.yaml +++ b/.github/workflows/profiling.yaml @@ -9,7 +9,7 @@ jobs: steps: # Checkout the code from the repository with full history - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 # Fetch all history so we can checkout any commit