diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4ac50b54..648c31c2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 10 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 show-progress: false diff --git a/.github/workflows/comment-pr.yml b/.github/workflows/comment-pr.yml index 71d28c31..8b90b2ca 100644 --- a/.github/workflows/comment-pr.yml +++ b/.github/workflows/comment-pr.yml @@ -23,7 +23,7 @@ jobs: ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }} timeout-minutes: 10 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: ref: ${{github.event.workflow_run.head_branch}} repository: ${{github.event.workflow_run.head_repository.full_name}} diff --git a/.github/workflows/receive-pr.yml b/.github/workflows/receive-pr.yml index f235bae0..5a8dad75 100644 --- a/.github/workflows/receive-pr.yml +++ b/.github/workflows/receive-pr.yml @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 10 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: ref: ${{github.event.pull_request.head.ref}} repository: ${{github.event.pull_request.head.repo.full_name}} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7c47e163..636dccb0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: - name: Set git config run: git config --global init.defaultBranch main - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: set-up-jdk