File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3,17 +3,17 @@ name: "Validate Gradle Wrapper"
3
3
on :
4
4
push :
5
5
branches :
6
- - master
6
+ - main
7
7
tags :
8
8
- ' *'
9
9
pull_request :
10
10
branches :
11
- - master
11
+ - main
12
12
13
13
jobs :
14
14
validation :
15
15
name : " Validation"
16
16
runs-on : ubuntu-latest
17
17
steps :
18
- - uses : actions/checkout@v2
19
- - uses : gradle/wrapper-validation-action@v1
18
+ - uses : actions/checkout@v2.3.1
19
+ - uses : gradle/wrapper-validation-action@v1.0.3
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ endif::[]
14
14
15
15
https://bintray.com/appmattus/maven/fixture/_latestVersion[image:https://api.bintray.com/packages/appmattus/maven/fixture/images/download.svg[Download]]
16
16
https://github.com/appmattus/kotlinfixture/actions[image:https://github.com/appmattus/kotlinfixture/workflows/CI/badge.svg[CI status]]
17
- https://codecov.io/gh/appmattus/kotlinfixture[image:https://codecov.io/gh/appmattus/kotlinfixture/branch/master /graph/badge.svg[Coverage status]]
17
+ https://codecov.io/gh/appmattus/kotlinfixture[image:https://codecov.io/gh/appmattus/kotlinfixture/branch/main /graph/badge.svg[Coverage status]]
18
18
link:LICENSE.md[image:https://img.shields.io/badge/License-Apache%202.0-blue.svg[License]]
19
19
20
20
A tool to generate well-defined, but essentially random, input following the
You can’t perform that action at this time.
0 commit comments