From 33065bdae28a910476ee8cbad5a841184905373a Mon Sep 17 00:00:00 2001 From: Kristofers Solo Date: Thu, 16 Jan 2025 15:07:27 +0200 Subject: [PATCH] chore: update aur deployer --- .github/workflows/publish.yml | 3 ++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9b636fd..15b6254 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -129,7 +129,7 @@ jobs: } EOF - name: Publish AUR package - uses: KSXGitHub/github-actions-deploy-aur@v2.7.0 + uses: KSXGitHub/github-actions-deploy-aur@v3.0.1 with: pkgname: sula-alus-bin pkgbuild: ./PKGBUILD @@ -137,3 +137,4 @@ jobs: commit_email: ${{ secrets.AUR_EMAIL }} ssh_private_key: ${{ secrets.AUR_SSH_PRIVATE_KEY }} commit_message: "Update to version ${GITHUB_REF#refs/tags/v}" + ssh_keyscan_types: rsa,ecdsa,ed25519 diff --git a/Cargo.lock b/Cargo.lock index f55e238..baeb94a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -142,7 +142,7 @@ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" [[package]] name = "sula-alus" -version = "0.1.2" +version = "0.1.3" dependencies = [ "clap", ] diff --git a/Cargo.toml b/Cargo.toml index f8ef3c3..2d9f1fb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "sula-alus" authors = ["Kristofers Solo "] -version = "0.1.2" +version = "0.1.3" edition = "2021" description = "A CLI tool to encode strings and files using Sula-Alus encoding" repository = "https://github.com/kristoferssolo/sula-alus"