File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 9
9
steps :
10
10
- uses : actions/checkout@v5
11
11
12
- - uses : actions/github-script@v7
12
+ - uses : actions/github-script@v8
13
13
id : ' tag'
14
14
with :
15
15
github-token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 41
41
password : ${{ secrets.DOCKERHUB_PAT }}
42
42
43
43
# Get the most recent release candidate from chia-blockchain
44
- - uses : actions/github-script@v7
44
+ - uses : actions/github-script@v8
45
45
id : ' latest-rc-tag'
46
46
with :
47
47
github-token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 41
41
password : ${{ secrets.DOCKERHUB_PAT }}
42
42
43
43
# Get the most recent release from chia-blockchain and build that
44
- - uses : actions/github-script@v7
44
+ - uses : actions/github-script@v8
45
45
id : ' latest-tag'
46
46
with :
47
47
github-token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments