From 50ddc2283d770066bc2d12dd4b934423a95fadc5 Mon Sep 17 00:00:00 2001 From: Alessandro Fulgini Date: Tue, 12 Nov 2024 23:25:27 +0100 Subject: [PATCH] ci(actions): update action versions --- .github/workflows/cd.yml | 2 +- .github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 0d2bb1c..25a1f69 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -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" diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a5e38cb..08c9b06 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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