diff --git a/.github/workflows/check-pdb-traces.yml b/.github/workflows/check-pdb-traces.yml index 992bacf6..75c7ccf0 100644 --- a/.github/workflows/check-pdb-traces.yml +++ b/.github/workflows/check-pdb-traces.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Find and grep for pdb.set_trace run: |