Skip to content

Commit 08cff32

Browse files
authored
move checkout pre-cache
1 parent 594b78f commit 08cff32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pull.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
uses: actions/[email protected]
1212
with:
1313
java-version: 11
14+
- name: Checkout source
15+
uses: actions/checkout@v4
1416
- name: Cache build deps
1517
uses: actions/cache@v4
1618
with:
@@ -19,7 +21,5 @@ jobs:
1921
~/.konan/cache
2022
~/.konan/dependencies
2123
key: build-deps-${{ runner.os }}-${{ hashFiles('gradle/**', 'gradlew*', 'gradle.properties', '*.gradle*') }}
22-
- name: Checkout source
23-
uses: actions/checkout@v1
2424
- name: Build
2525
run: ./gradlew build

0 commit comments

Comments
 (0)