Skip to content

Commit 7913991

Browse files
committed
Update GH workflows to the latest versions
1 parent 39304e3 commit 7913991

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

.github/workflows/central-sync-close.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414

1515
# Request close promotion repo
16-
- uses: jvalkeal/nexus-sync@v0
16+
- uses: jvalkeal/nexus-sync@v0.0.2
1717
with:
1818
url: ${{ secrets.OSSRH_URL }}
1919
username: ${{ secrets.OSSRH_S01_TOKEN_USERNAME }}

.github/workflows/central-sync-create.yml

+4-5
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,10 @@ jobs:
1616
steps:
1717

1818
# to get spec file in .github
19-
- uses: actions/checkout@v2
19+
- uses: actions/checkout@v3
2020

2121
# Setup jfrog cli
22-
- uses: jfrog/setup-jfrog-cli@v1
23-
with:
24-
version: 1.46.4
22+
- uses: jfrog/setup-jfrog-cli@v3
2523
env:
2624
JF_ARTIFACTORY_SPRING: ${{ secrets.JF_ARTIFACTORY_SPRING }}
2725

@@ -39,7 +37,7 @@ jobs:
3937
--spec-vars "buildname=$JFROG_CLI_BUILD_NAME;buildnumber=$JFROG_CLI_BUILD_NUMBER"
4038
4139
# Create checksums, signatures and create staging repo on central and upload
42-
- uses: jvalkeal/nexus-sync@v0
40+
- uses: jvalkeal/nexus-sync@v0.0.2
4341
id: nexus
4442
with:
4543
url: ${{ secrets.OSSRH_URL }}
@@ -50,6 +48,7 @@ jobs:
5048
upload: true
5149
generate-checksums: true
5250
pgp-sign: true
51+
nexus-timeout: 600
5352
pgp-sign-passphrase: ${{ secrets.GPG_PASSPHRASE }}
5453
pgp-sign-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
5554

.github/workflows/central-sync-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414

1515
# Request release promotion repo
16-
- uses: jvalkeal/nexus-sync@v0
16+
- uses: jvalkeal/nexus-sync@v0.0.2
1717
with:
1818
url: ${{ secrets.OSSRH_URL }}
1919
username: ${{ secrets.OSSRH_S01_TOKEN_USERNAME }}

0 commit comments

Comments
 (0)