diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0dbeaf6a..42c64a42 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -85,7 +85,7 @@ jobs: if: github.repository == 'organization/alspotron' && github.ref == 'refs/heads/master' needs: build steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + - uses: actions/checkout@v4 with: fetch-depth: 0