File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 7
7
runs-on : ubuntu-latest
8
8
if : github.repository == 'pinterest/ktlint'
9
9
steps :
10
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
10
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
11
11
with :
12
12
fetch-depth : 0 # fetch all commits/branches/tags
13
13
Original file line number Diff line number Diff line change 11
11
if : github.repository == 'pinterest/ktlint'
12
12
13
13
steps :
14
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
14
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
15
15
with :
16
16
ref : ' master'
17
17
Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
if : github.repository == 'pinterest/ktlint'
12
12
steps :
13
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
13
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
14
14
with :
15
15
fetch-depth : 0 # fetch all commits/branches
16
16
- uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 17
17
runs-on : ubuntu-latest
18
18
if : github.repository == 'pinterest/ktlint'
19
19
steps :
20
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
20
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
21
21
22
22
- uses : ./.github/actions/setup-gradle-build
23
23
Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
if : github.repository == 'pinterest/ktlint'
12
12
steps :
13
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
13
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
14
14
with :
15
15
fetch-depth : 0 # fetch all commits/branches
16
16
- uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 36
36
runs-on : ${{ matrix.os }}
37
37
name : " [build] OS=${{ matrix.os }} Kotlin=stable"
38
38
steps :
39
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
39
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
40
40
41
41
- uses : ./.github/actions/setup-gradle-build
42
42
71
71
runs-on : ${{ matrix.os }}
72
72
name : " [build] OS=${{ matrix.os }}, Kotlin=dev"
73
73
steps :
74
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
74
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
75
75
76
76
- uses : ./.github/actions/setup-gradle-build
77
77
87
87
runs-on : ${{ matrix.os }}
88
88
name : " [tests] OS=${{ matrix.os }}, Java=${{ matrix.jdk }}"
89
89
steps :
90
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
90
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
91
91
92
92
- uses : ./.github/actions/setup-gradle-build
93
93
with :
You can’t perform that action at this time.
0 commit comments