diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0ee2245..8fda96e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -39,7 +39,7 @@ jobs: continue-on-error: ${{ matrix.os == 'windows-latest' }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 @@ -73,7 +73,7 @@ jobs: concurrency: publish-${{ github.sha }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0