File tree Expand file tree Collapse file tree 2 files changed +14
-4
lines changed Expand file tree Collapse file tree 2 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 77 runs-on : ubuntu-latest
88 steps :
99 - name : Checkout
10- uses : actions/checkout@v2
10+ uses : actions/checkout@v3
1111 with :
1212 fetch-depth : ' 0'
13+ - name : Install node
14+ uses : actions/setup-node@v3
15+ with :
16+ node-version : ' 16'
17+ cache : ' yarn'
1318 - name : Install ldid
1419 uses : MOZGIII/install-ldid-action@v1
1520 with :
Original file line number Diff line number Diff line change @@ -12,16 +12,21 @@ jobs:
1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : Checkout
15- uses : actions/checkout@v2
15+ uses : actions/checkout@v3
1616 with :
1717 fetch-depth : ' 0'
18+ - name : Install node
19+ uses : actions/setup-node@v3
20+ with :
21+ node-version : ' 16'
22+ cache : ' yarn'
1823 - name : Install ldid
1924 uses : MOZGIII/install-ldid-action@v1
2025 with :
2126 tag : v2.1.5-procursus6
2227 - name : Get next release version (dry run)
2328 id : taggerDryRun
24- uses : anothrNick/github-tag-action@1.36 .0
29+ uses : anothrNick/github-tag-action@1.61 .0
2530 env :
2631 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
2732 WITH_V : true
4752 chmod +x astgen-linux
4853 - name : Set next release version
4954 id : taggerFinal
50- uses : anothrNick/github-tag-action@1.36 .0
55+ uses : anothrNick/github-tag-action@1.61 .0
5156 env :
5257 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
5358 WITH_V : true
You can’t perform that action at this time.
0 commit comments