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
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
if: ${{ false }}
steps:
- name: Checkout
uses: actions/checkout@v6.0.2
uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Prettify code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/j3o-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Set up Java
uses: actions/setup-java@v4
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
permissions:
contents: read
steps:
- uses: actions/checkout@v6.0.2
- uses: actions/checkout@v6
- name: Setup the java environment
uses: actions/setup-java@v5.2.0
with:
Expand All @@ -91,7 +91,7 @@ jobs:
permissions:
contents: read
steps:
- uses: actions/checkout@v6.0.2
- uses: actions/checkout@v6
- name: Setup the java environment
uses: actions/setup-java@v5.2.0
with:
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
permissions:
contents: read
steps:
- uses: actions/checkout@v6.0.2
- uses: actions/checkout@v6
- name: Start xvfb
run: |
Xvfb :99 -ac -screen 0 1024x768x16 &
Expand Down Expand Up @@ -171,7 +171,7 @@ jobs:
xcode-version: '15.1.0'

- name: Clone the repo
uses: actions/checkout@v6.0.2
uses: actions/checkout@v6
with:
fetch-depth: 1

Expand All @@ -198,7 +198,7 @@ jobs:

steps:
- name: Clone the repo
uses: actions/checkout@v6.0.2
uses: actions/checkout@v6
with:
fetch-depth: 1

Expand Down Expand Up @@ -255,7 +255,7 @@ jobs:

steps:
- name: Clone the repo
uses: actions/checkout@v6.0.2
uses: actions/checkout@v6
with:
fetch-depth: 1

Expand Down Expand Up @@ -447,7 +447,7 @@ jobs:

# We need to clone everything again for uploadToMaven.sh ...
- name: Clone the repo
uses: actions/checkout@v6.0.2
uses: actions/checkout@v6
with:
fetch-depth: 1

Expand Down Expand Up @@ -497,7 +497,7 @@ jobs:

# We need to clone everything again for uploadToCentral.sh ...
- name: Clone the repo
uses: actions/checkout@v6.0.2
uses: actions/checkout@v6
with:
fetch-depth: 1

Expand Down
Loading