Skip to content

Commit 21430d6

Browse files
sullissapessi
authored andcommitted
GitHub Actions checkout v2 (#312)
1 parent d816d4d commit 21430d6

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/continuous-integration-workflow.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: Build and test core
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v1
13+
- uses: actions/checkout@v2
1414
- name: Build latest
1515
run: mvn -q clean install
1616
working-directory: ./aws-serverless-java-container-core
@@ -19,7 +19,7 @@ jobs:
1919
name: Build and test Jersey
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@v1
22+
- uses: actions/checkout@v2
2323
- name: Build latest
2424
run: ./gha_build.sh jersey true true
2525
- name: Build Jersey 2.26
@@ -33,7 +33,7 @@ jobs:
3333
name: Build and test Spark
3434
runs-on: ubuntu-latest
3535
steps:
36-
- uses: actions/checkout@v1
36+
- uses: actions/checkout@v2
3737
- name: Build latest
3838
run: ./gha_build.sh spark true true
3939
- name: Build Spark 2.8.0
@@ -43,7 +43,7 @@ jobs:
4343
name: Build and test Spring & SpringBoot
4444
runs-on: ubuntu-latest
4545
steps:
46-
- uses: actions/checkout@v1
46+
- uses: actions/checkout@v2
4747
- name: Build latest
4848
run: ./gha_build.sh spring true true
4949
- name: Build Spring 4.3
@@ -55,7 +55,7 @@ jobs:
5555
name: Build and test SpringBoot 2
5656
runs-on: ubuntu-latest
5757
steps:
58-
- uses: actions/checkout@v1
58+
- uses: actions/checkout@v2
5959
- name: Build latest
6060
run: ./gha_build.sh springboot2 true true
6161
- name: Build Spring Boot 2.0
@@ -69,6 +69,6 @@ jobs:
6969
name: Build and test Struts 2
7070
runs-on: ubuntu-latest
7171
steps:
72-
- uses: actions/checkout@v1
72+
- uses: actions/checkout@v2
7373
- name: Build latest
74-
run: ./gha_build.sh struts2 true true
74+
run: ./gha_build.sh struts2 true true

0 commit comments

Comments
 (0)