Skip to content

Commit ae2b417

Browse files
committed
Upgrade GitHub Actions actions/checkout to v2
1 parent 9648d34 commit ae2b417

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ jobs:
5353
image: day8au/dev-ci:0.0.8
5454
steps:
5555
- uses: actions/checkout@v2
56+
with:
57+
# All of the Git history is required for day8/lein-git-inject to determine the version string.
58+
fetch-depth: 0
5659
- name: Maven cache
5760
uses: actions/cache@v2
5861
with:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
container:
99
image: day8au/dev-ci:0.0.8
1010
steps:
11-
- uses: actions/checkout@v1
11+
- uses: actions/checkout@v2
1212
- name: Maven cache
1313
uses: actions/cache@v2
1414
with:

0 commit comments

Comments
 (0)