Skip to content

Commit 9b60027

Browse files
committed
Upgrade GitHub Actions checkout action
1 parent 99b7088 commit 9b60027

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
container:
1212
image: day8au/dev-ci:0.0.8
1313
steps:
14-
- uses: actions/checkout@v1
14+
- uses: actions/checkout@v2
1515
- name: Maven cache
1616
uses: actions/cache@v1
1717
with:
@@ -52,7 +52,7 @@ jobs:
5252
container:
5353
image: day8au/dev-ci:0.0.8
5454
steps:
55-
- uses: actions/checkout@v1
55+
- uses: actions/checkout@v2
5656
- name: Maven cache
5757
uses: actions/cache@v1
5858
with:

0 commit comments

Comments
 (0)