Skip to content

Commit 9353d97

Browse files
authored
Merge pull request #438 from WadeBarnes/ubuntu-20.04
fixed correct checkout version & tags fetch
2 parents 76d6c44 + 526be5d commit 9353d97

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/tag.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ jobs:
1616
BASE: ${{ steps.get-branch.outputs.branch }}
1717
steps:
1818
- name: checkout source code
19-
uses: actions/checkout@v1
19+
uses: actions/checkout@v3
20+
with:
21+
fetch-depth: 0
2022
- name: extract branch
2123
id: get-branch
2224
uses: hyperledger/indy-shared-gha/.github/actions/branch-from-tag@v1
@@ -36,7 +38,7 @@ jobs:
3638
- name: Check out code
3739
uses: actions/checkout@v3
3840
- name: Set up Python
39-
uses: actions/setup-python@v2
41+
uses: actions/setup-python@v3
4042
with:
4143
python-version: '3.8'
4244
- name: Set up python

0 commit comments

Comments
 (0)