Skip to content

Commit 6af422f

Browse files
Merge branch '2.0.0' into 'master'
2.0.0 release(push) See merge request exchange/code/sdk/bitmart-java-sdk-api!18
2 parents 8696d96 + a607ff2 commit 6af422f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ jobs:
99
steps:
1010
# Checkout source code
1111
- name: Checkout source code
12-
uses: actions/checkout@v2
12+
uses: actions/checkout@v3
1313
- name: Set up Apache Maven Central
14-
uses: actions/setup-java@v2
14+
uses: actions/setup-java@v3
1515
with: # running setup-java again overwrites the settings.xml
1616
distribution: 'adopt' # See 'Supported distributions' for available options
1717
java-version: '8'

0 commit comments

Comments
 (0)