diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9134d67..7347d86 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: name: AOT pack (${{ matrix.rid }}) steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 @@ -98,7 +98,7 @@ jobs: issues: write # release-notes tool creates labels for release note categories steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/verify.yaml b/.github/workflows/verify.yaml index a13792d..07bdeb5 100644 --- a/.github/workflows/verify.yaml +++ b/.github/workflows/verify.yaml @@ -16,7 +16,7 @@ jobs: linux: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 # v4.2.2 + - uses: actions/checkout@v7 # v4.2.2 with: fetch-depth: 0 @@ -48,7 +48,7 @@ jobs: windows: runs-on: windows-latest steps: - - uses: actions/checkout@v6 # v4.2.2 + - uses: actions/checkout@v7 # v4.2.2 with: fetch-depth: 0