Skip to content

Commit a883680

Browse files
committed
checkout versions
1 parent 2ef393c commit a883680

3 files changed

Lines changed: 6 additions & 7 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,16 @@ jobs:
3737
run: echo "RELEASE_VERSION=${TAG#v}" >> $GITHUB_ENV
3838
env:
3939
TAG: ${{ github.event.release.tag_name }}
40-
40+
4141
- name: Checkout
42-
uses: actions/checkout@v6
42+
uses: actions/checkout@v7
4343

4444
- name: Set up Apache Maven Central
4545
uses: actions/setup-java@v5
4646
with:
47-
distribution: 'adopt'
47+
distribution: "adopt"
4848
java-version: 21
49-
server-id: 'ossrh'
49+
server-id: "ossrh"
5050
server-username: PUBLISHER_USERNAME
5151
server-password: PUBLISHER_PASSWORD
5252
gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}

.github/workflows/test-pr.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ concurrency:
99
group: ${{ github.workflow }}-${{ github.head_ref }}
1010
cancel-in-progress: true
1111

12-
1312
env:
1413
BW_ACCOUNT_ID: ${{ secrets.BW_ACCOUNT_ID }}
1514
BW_PASSWORD: ${{ secrets.BW_PASSWORD }}
@@ -43,7 +42,7 @@ jobs:
4342
fail-fast: false
4443
steps:
4544
- name: Checkout
46-
uses: actions/checkout@v6
45+
uses: actions/checkout@v7
4746

4847
- name: Set up JDK
4948
uses: actions/setup-java@v5

.github/workflows/test-smoke.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
MANTECA_APPLICATION_ID: ${{ secrets.MANTECA_APPLICATION_ID }}
4242
steps:
4343
- name: Checkout
44-
uses: actions/checkout@v6
44+
uses: actions/checkout@v7
4545

4646
- name: Set up JDK
4747
uses: actions/setup-java@v5

0 commit comments

Comments
 (0)