Skip to content

Commit

Permalink
ci(actions): update action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
fuljo committed Nov 12, 2024
1 parent 0d2d030 commit 50ddc22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- run: cat PKGBUILD

- name: Publish PKGBUILD
uses: KSXGitHub/github-actions-deploy-aur@v2.7.2
uses: KSXGitHub/github-actions-deploy-aur@v3
env:
# Workaround: prevent this variable set from the `rust-toolchain` action from leaking into the container
CARGO_HOME: "/home/builder/.cargo"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
fetch-depth: 0

- name: Generate changelog
uses: orhun/git-cliff-action@v3
uses: orhun/git-cliff-action@v4
id: git-cliff
with:
config: Cargo.toml
Expand Down

0 comments on commit 50ddc22

Please sign in to comment.