Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- name: Checkout the sources
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 0
- name: Set up JDK 25
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
- build
steps:
- name: Checkout the sources
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 0
- name: Download build artifacts
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generate_matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- name: Checkout the sources
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 0
- name: Generate matrix
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prepare_action_info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
publish_type: ${{ steps.build_info.outputs.publish_type }}
steps:
- name: Checkout the sources
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 0
- name: Determining build info
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
short_sha: ${{ steps.shared_publish_info.outputs.short_sha }}
steps:
- name: Checkout the sources
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 0
- name: Download build artifacts
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
contents: write
steps:
- name: Checkout the sources
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 0
- name: Download build artifacts
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync_to_bitbucket.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- name: Checkout the sources
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 0
- name: Sync to BitBucket
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync_to_gitee.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- name: Checkout the sources
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 0
- name: Sync to Gitee
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync_to_gitlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- name: Checkout the sources
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 0
- name: Sync to GitLab
Expand Down