We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 76d6c44 + 526be5d commit 9353d97Copy full SHA for 9353d97
1 file changed
.github/workflows/tag.yaml
@@ -16,7 +16,9 @@ jobs:
16
BASE: ${{ steps.get-branch.outputs.branch }}
17
steps:
18
- name: checkout source code
19
- uses: actions/checkout@v1
+ uses: actions/checkout@v3
20
+ with:
21
+ fetch-depth: 0
22
- name: extract branch
23
id: get-branch
24
uses: hyperledger/indy-shared-gha/.github/actions/branch-from-tag@v1
@@ -36,7 +38,7 @@ jobs:
36
38
- name: Check out code
37
39
uses: actions/checkout@v3
40
- name: Set up Python
- uses: actions/setup-python@v2
41
+ uses: actions/setup-python@v3
42
with:
43
python-version: '3.8'
44
- name: Set up python
0 commit comments