diff --git a/.github/workflows/on-pull-request.yml b/.github/workflows/on-pull-request.yml index 3dcbfc1..b813769 100644 --- a/.github/workflows/on-pull-request.yml +++ b/.github/workflows/on-pull-request.yml @@ -22,7 +22,7 @@ jobs: name: Build runs-on: ubuntu-latest steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + - uses: actions/checkout@v4 with: fetch-depth: 0