From 767d40dac93f3f7179bd4c50193d7b975568e40f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 18:55:54 +0000 Subject: [PATCH] Bump KSXGitHub/github-actions-deploy-aur from 4.1.3 to 4.2.0 Bumps [KSXGitHub/github-actions-deploy-aur](https://github.com/ksxgithub/github-actions-deploy-aur) from 4.1.3 to 4.2.0. - [Release notes](https://github.com/ksxgithub/github-actions-deploy-aur/releases) - [Commits](https://github.com/ksxgithub/github-actions-deploy-aur/compare/v4.1.3...v4.2.0) --- updated-dependencies: - dependency-name: KSXGitHub/github-actions-deploy-aur dependency-version: 4.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 fd94507b7..515ed580b 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.3 + uses: KSXGitHub/github-actions-deploy-aur@v4.2.0 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.3 + uses: KSXGitHub/github-actions-deploy-aur@v4.2.0 with: pkgname: chsrc pkgbuild: ./PKGBUILD diff --git a/.github/workflows/pub-AUR-chsrc-git.yml b/.github/workflows/pub-AUR-chsrc-git.yml index 3b2102639..6cffcb9cf 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.3 + uses: KSXGitHub/github-actions-deploy-aur@v4.2.0 with: pkgname: chsrc-git pkgbuild: ./PKGBUILD