File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 outputs :
1515 tag : ${{ steps.tag.outputs.tag }}
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v5
1818 with :
1919 fetch-depth : 0
2020
2323 run : echo "tag=${GITHUB_REF#refs/tags/}" >> "$GITHUB_OUTPUT"
2424
2525 - name : Install git-cliff
26- uses : kenji-miyake/setup-git-cliff@v2
26+ run : |
27+ curl -sL https://github.com/orhun/git-cliff/releases/latest/download/git-cliff-x86_64-unknown-linux-gnu.tar.gz \
28+ | tar -xz -C /usr/local/bin git-cliff
2729
2830 - name : Generate changelog
2931 run : |
4345 runs-on : ubuntu-latest
4446 container : fedora:43
4547 steps :
46- - uses : actions/checkout@v4
48+ - uses : actions/checkout@v5
4749
4850 - name : Install dependencies
4951 run : dnf install -y rpm-build make gcc python3 curl git
6466 needs : create-release
6567 runs-on : ubuntu-latest
6668 steps :
67- - uses : actions/checkout@v4
69+ - uses : actions/checkout@v5
6870
6971 - name : Install dependencies
7072 run : sudo apt-get update && sudo apt-get install -y dpkg-dev make gcc python3 curl
You can’t perform that action at this time.
0 commit comments