From c78cf2425e911940d7024044f66fce39d5f56a61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 17:46:43 +0000 Subject: [PATCH] Bump KSXGitHub/github-actions-deploy-aur from 4.1.1 to 4.1.2 Bumps [KSXGitHub/github-actions-deploy-aur](https://github.com/ksxgithub/github-actions-deploy-aur) from 4.1.1 to 4.1.2. - [Release notes](https://github.com/ksxgithub/github-actions-deploy-aur/releases) - [Commits](https://github.com/ksxgithub/github-actions-deploy-aur/compare/v4.1.1...v4.1.2) --- updated-dependencies: - dependency-name: KSXGitHub/github-actions-deploy-aur dependency-version: 4.1.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/pub-AUR-chsrc-and-chsrc-bin.yml | 4 ++-- .github/workflows/pub-AUR-chsrc-git.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pub-AUR-chsrc-and-chsrc-bin.yml b/.github/workflows/pub-AUR-chsrc-and-chsrc-bin.yml index 9d8691790..a707ad539 100644 --- a/.github/workflows/pub-AUR-chsrc-and-chsrc-bin.yml +++ b/.github/workflows/pub-AUR-chsrc-and-chsrc-bin.yml @@ -45,7 +45,7 @@ jobs: sed -i "s/pkgver=.*/pkgver=$version/" PKGBUILD_bin - name: Publish chsrc-bin to AUR if: env.valid == '1' - uses: KSXGitHub/github-actions-deploy-aur@v4.1.1 + uses: KSXGitHub/github-actions-deploy-aur@v4.1.2 with: pkgname: chsrc-bin pkgbuild: ./PKGBUILD_bin @@ -63,7 +63,7 @@ jobs: sed -i "s/pkgver=.*/pkgver=$version/" PKGBUILD - name: Publish chsrc to AUR if: env.valid == '1' - uses: KSXGitHub/github-actions-deploy-aur@v4.1.1 + uses: KSXGitHub/github-actions-deploy-aur@v4.1.2 with: pkgname: chsrc pkgbuild: ./PKGBUILD diff --git a/.github/workflows/pub-AUR-chsrc-git.yml b/.github/workflows/pub-AUR-chsrc-git.yml index b5d5d9f82..bd17349ae 100644 --- a/.github/workflows/pub-AUR-chsrc-git.yml +++ b/.github/workflows/pub-AUR-chsrc-git.yml @@ -27,7 +27,7 @@ jobs: run: | wget https://aur.archlinux.org/cgit/aur.git/plain/PKGBUILD\?h\=chsrc-git -O ./PKGBUILD - name: Publish to AUR - uses: KSXGitHub/github-actions-deploy-aur@v4.1.1 + uses: KSXGitHub/github-actions-deploy-aur@v4.1.2 with: pkgname: chsrc-git pkgbuild: ./PKGBUILD