File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11name : Pre Release
2- on :
2+ on :
33 pull_request :
44 paths : [CHANGELOG.md]
55 branches : [master]
88 name : Post Comment
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v3
11+ - uses : actions/checkout@v6
1212 - run : |
1313 source .github/scripts/changelog.sh
1414 git fetch origin --tags
2020 fi
2121 shell: bash
2222 - if : ${{ env.TAG != '' }}
23- uses : marocchino/sticky-pull-request-comment@f61b6cf21ef2fcc468f4345cdfcc9bda741d2343 # v2.6.2
23+ uses : marocchino/sticky-pull-request-comment@0ea0beb66eb9baf113663a64ec522f60e49231c0 # v3.0.4
2424 with :
2525 header : pre-release
2626 recreate : true
Original file line number Diff line number Diff line change 99 name : Publish
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v3
12+ - uses : actions/checkout@v6
1313 - run : |
1414 source .github/scripts/changelog.sh
1515 git fetch origin --tags
2525 fi
2626 shell: bash
2727 - if : ${{ env.TAG != '' }}
28- uses : ncipollo/release-action@a2e71bdd4e7dab70ca26a852f29600c98b33153e # v1.12 .0
28+ uses : ncipollo/release-action@339a81892b84b4eeb0f6e744e4574d79d0d9b8dd # v1.21 .0
2929 with :
3030 body : |
3131 ${{ env.BODY }}
Original file line number Diff line number Diff line change 99 os : [macos-latest, ubuntu-latest, windows-latest]
1010 fail-fast : false
1111 steps :
12- - uses : actions/checkout@v3
12+ - uses : actions/checkout@v6
1313 with :
1414 path : start-ipfs-daemon-action
15- - uses : actions/setup-go@v4
15+ - uses : actions/setup-go@v6
1616 with :
1717 go-version : ' oldstable'
1818 - run : go install github.com/ipfs/kubo/cmd/ipfs@latest
Original file line number Diff line number Diff line change 99 os : [macos-latest, ubuntu-latest, windows-latest]
1010 fail-fast : false
1111 steps :
12- - uses : actions/checkout@v3
12+ - uses : actions/checkout@v6
1313 with :
1414 path : start-ipfs-daemon-action
1515 - uses : ipfs/download-ipfs-distribution-action@v1
You can’t perform that action at this time.
0 commit comments