File tree 5 files changed +11
-11
lines changed 5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 6
6
name : " Validation"
7
7
runs-on : ubuntu-latest
8
8
steps :
9
- - uses : actions/checkout@v2
10
- - uses : gradle/wrapper-validation-action@v1
9
+ - uses : actions/checkout@v3.5.0
10
+ - uses : gradle/wrapper-validation-action@v1.0.6
Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ jobs:
21
21
# Steps represent a sequence of tasks that will be executed as part of the job
22
22
steps :
23
23
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
24
- - uses : actions/checkout@v2
24
+ - uses : actions/checkout@v3.5.0
25
25
26
26
- name : Gradle wrapper validation
27
- uses : gradle/wrapper-validation-action@v1
27
+ uses : gradle/wrapper-validation-action@v1.0.6
28
28
29
29
# Runs a single command using the runners shell
30
30
- name : Install gpg secret key
Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ jobs:
16
16
# Steps represent a sequence of tasks that will be executed as part of the job
17
17
steps :
18
18
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
19
- - uses : actions/checkout@v2
19
+ - uses : actions/checkout@v3.5.0
20
20
21
21
- name : Gradle wrapper validation
22
- uses : gradle/wrapper-validation-action@v1
22
+ uses : gradle/wrapper-validation-action@v1.0.6
23
23
24
24
- name : Publish to GitHub
25
25
run : |
Original file line number Diff line number Diff line change @@ -24,12 +24,12 @@ jobs:
24
24
# Steps represent a sequence of tasks that will be executed as part of the job
25
25
steps :
26
26
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
27
- - uses : actions/checkout@v3
27
+ - uses : actions/checkout@v3.5.0
28
28
with :
29
29
fetch-depth : 0
30
30
31
31
- name : Gradle wrapper validation
32
- uses : gradle/wrapper-validation-action@v1
32
+ uses : gradle/wrapper-validation-action@v1.0.6
33
33
34
34
# Runs a single command using the runners shell
35
35
- name : Install gpg secret key
Original file line number Diff line number Diff line change 20
20
# Ask matrix.js to produce 7 jobs
21
21
MATRIX_JOBS : 7
22
22
steps :
23
- - uses : actions/checkout@v2
23
+ - uses : actions/checkout@v3.5.0
24
24
with :
25
25
fetch-depth : 1
26
26
- id : set-matrix
@@ -37,12 +37,12 @@ jobs:
37
37
env :
38
38
TZ : ${{ matrix.tz }}
39
39
steps :
40
- - uses : actions/checkout@v2
40
+ - uses : actions/checkout@v3.5.0
41
41
with :
42
42
fetch-depth : 10
43
43
# Install built-in JDK
44
44
- name : ' Set up JDK ${{ matrix.jdk.version }} / ${{ matrix.jdk.distribution }}'
45
- uses : actions/setup-java@v2
45
+ uses : actions/setup-java@v3.11.0
46
46
if : ${{ matrix.jdk.distribution != 'jdkfile' }}
47
47
with :
48
48
distribution : ${{ matrix.jdk.distribution }}
You can’t perform that action at this time.
0 commit comments