Skip to content

Commit fd8f9b1

Browse files
committed
newline
1 parent 93dfe21 commit fd8f9b1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test-smoke.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
- "src/test/java/com/bandwidth/sdk/smoke/*"
99
- ".github/workflows/test-smoke.yml"
1010

11+
1112
concurrency:
1213
group: ${{ github.workflow }}-${{ github.head_ref }}
1314
cancel-in-progress: true
@@ -38,10 +39,10 @@ jobs:
3839
MANTECA_APPLICATION_ID: ${{ secrets.MANTECA_APPLICATION_ID }}
3940
steps:
4041
- name: Checkout
41-
uses: actions/checkout@v5
42+
uses: actions/checkout@v4
4243

4344
- name: Set up JDK
44-
uses: actions/setup-java@v5
45+
uses: actions/setup-java@v4
4546
with:
4647
distribution: zulu
4748
java-version: 21

0 commit comments

Comments
 (0)