We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93dfe21 commit fd8f9b1Copy full SHA for fd8f9b1
.github/workflows/test-smoke.yml
@@ -8,6 +8,7 @@ on:
8
- "src/test/java/com/bandwidth/sdk/smoke/*"
9
- ".github/workflows/test-smoke.yml"
10
11
+
12
concurrency:
13
group: ${{ github.workflow }}-${{ github.head_ref }}
14
cancel-in-progress: true
@@ -38,10 +39,10 @@ jobs:
38
39
MANTECA_APPLICATION_ID: ${{ secrets.MANTECA_APPLICATION_ID }}
40
steps:
41
- name: Checkout
- uses: actions/checkout@v5
42
+ uses: actions/checkout@v4
43
44
- name: Set up JDK
- uses: actions/setup-java@v5
45
+ uses: actions/setup-java@v4
46
with:
47
distribution: zulu
48
java-version: 21
0 commit comments