Skip to content

Commit

Permalink
chore(ci): update action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
AnActualEmerald committed Feb 3, 2024
1 parent 3d49a3b commit 257f49c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,23 @@ jobs:
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_TOKEN }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Publish crate
run: cargo publish
linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Install cargo-deb
uses: baptiste0928/cargo-install@v2.0.0
uses: baptiste0928/cargo-install@v3.0.0
with:
crate: cargo-deb
- name: Install cargo-generate-rpm
uses: baptiste0928/cargo-install@v2.0.0
uses: baptiste0928/cargo-install@v3.0.0
with:
crate: cargo-generate-rpm
- name: Build
Expand All @@ -43,9 +43,9 @@ jobs:
run: tar czvf papa.tar.gz -C target/release papa
- name: Create release notes
id: changelog
uses: orhun/git-cliff-action@v2.0.6
uses: orhun/git-cliff-action@v2.3.0
with:
args: -v -l
args: -v -l --strip all
- name: Release
uses: softprops/[email protected]
with:
Expand All @@ -62,11 +62,11 @@ jobs:
windows:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Install cargo-wix
uses: baptiste0928/cargo-install@v2.0.0
uses: baptiste0928/cargo-install@v3.0.0
with:
crate: cargo-wix
- name: Build
Expand Down

0 comments on commit 257f49c

Please sign in to comment.