diff --git a/.github/workflows/build_and_release.yml b/.github/workflows/build_and_release.yml index 7f7da4fe..480505df 100644 --- a/.github/workflows/build_and_release.yml +++ b/.github/workflows/build_and_release.yml @@ -45,7 +45,7 @@ jobs: label: 'macos-arm64' runs-on: ${{matrix.os}} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: ref: ${{ github.event_name == 'workflow_dispatch' && inputs.tag || github.ref }} fetch-depth: 0 @@ -75,7 +75,7 @@ jobs: needs: ['create_release'] runs-on: 'ubuntu-latest' steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: ref: ${{ github.event_name == 'workflow_dispatch' && inputs.tag || github.ref }} fetch-depth: 0 @@ -180,7 +180,7 @@ jobs: run: | echo "man_page=$(sha256sum jaspr.1 | awk '{print $1}')" >> "$GITHUB_OUTPUT" - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: ref: ${{ github.event_name == 'workflow_dispatch' && inputs.tag || github.ref }} sparse-checkout: homebrew diff --git a/.github/workflows/pull_requests.yml b/.github/workflows/pull_requests.yml index 3084e8e2..d12e8e6d 100644 --- a/.github/workflows/pull_requests.yml +++ b/.github/workflows/pull_requests.yml @@ -39,7 +39,7 @@ jobs: name: Gradle Build runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0