diff --git a/.github/workflows/Publish.yml b/.github/workflows/Publish.yml index ac86648..7846382 100644 --- a/.github/workflows/Publish.yml +++ b/.github/workflows/Publish.yml @@ -38,7 +38,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 1 @@ -79,7 +79,7 @@ jobs: runs-on: ubuntu-latest needs: [build-rs] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 1