Skip to content

Commit dbb771c

Browse files
committed
Add missed actions/checkout
1 parent 305b08e commit dbb771c

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/push.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ jobs:
1212
build:
1313
runs-on: ubuntu-latest
1414
steps:
15+
- uses: actions/checkout@v5
16+
with:
17+
show-progress: false
1518
- uses: spring-io/spring-gradle-build-action@v2
1619
with:
1720
java-version: 17

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ jobs:
99
name: 'Build'
1010
runs-on: 'ubuntu-latest'
1111
steps:
12+
- uses: actions/checkout@v5
13+
with:
14+
show-progress: false
1215
- uses: spring-io/spring-gradle-build-action@v2
1316
with:
1417
java-version: 17

0 commit comments

Comments
 (0)