diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0a9bea6af..4fbca51b0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,7 +46,7 @@ jobs: steps: - name: Checkout source - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: ref: ${{ github.ref_name }} fetch-depth: 0 @@ -467,7 +467,7 @@ jobs: if: github.event_name == 'pull_request' && github.event.pull_request.merged == true && startsWith(github.event.pull_request.head.ref, 'release/v') steps: - name: Checkout source - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: ref: ${{ github.event.pull_request.base.ref }} fetch-depth: 0