diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ec2bd20..16941c7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,7 +25,7 @@ jobs: continue-on-error: ${{ matrix.os == 'windows-latest' }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 @@ -66,7 +66,7 @@ jobs: concurrency: publish-{{ github.sha }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0