From 83d013034abf29edf6c78b3443e427ab65676bfb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 17:13:50 +0000 Subject: [PATCH] build(deps): bump KSXGitHub/github-actions-deploy-aur 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/aur.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/aur.yml b/.github/workflows/aur.yml index f8cff40..72654b5 100644 --- a/.github/workflows/aur.yml +++ b/.github/workflows/aur.yml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@v7 - name: Publish AUR package - uses: KSXGitHub/github-actions-deploy-aur@v4.1.3 + uses: KSXGitHub/github-actions-deploy-aur@v4.2.0 with: pkgname: ${{ matrix.package }} pkgbuild: ./packages/${{ matrix.package }}/PKGBUILD diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index db33677..7f02130 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -209,7 +209,7 @@ jobs: fi - name: Publish AUR package - uses: KSXGitHub/github-actions-deploy-aur@v4.1.3 + uses: KSXGitHub/github-actions-deploy-aur@v4.2.0 with: pkgname: ${{ matrix.package }} pkgbuild: ./packages/${{ matrix.package }}/PKGBUILD