From 127cf4aa5781314c0dfbe33353af489c5a862b7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 20:06:24 +0000 Subject: [PATCH] Bump KSXGitHub/github-actions-deploy-aur from 4.1.1 to 4.1.3 Bumps [KSXGitHub/github-actions-deploy-aur](https://github.com/ksxgithub/github-actions-deploy-aur) from 4.1.1 to 4.1.3. - [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.3) --- updated-dependencies: - dependency-name: KSXGitHub/github-actions-deploy-aur dependency-version: 4.1.3 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..fd94507b7 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.3 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.3 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..3b2102639 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.3 with: pkgname: chsrc-git pkgbuild: ./PKGBUILD