From fb8ca3c8374fef38bce565b28f1f1cad0ef21a27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 03:22:14 +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 3.0.0 to 3.0.1. - [Release notes](https://github.com/ksxgithub/github-actions-deploy-aur/releases) - [Commits](https://github.com/ksxgithub/github-actions-deploy-aur/compare/v3.0.0...v3.0.1) --- updated-dependencies: - dependency-name: KSXGitHub/github-actions-deploy-aur dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index f625f58..053f06c 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -410,7 +410,7 @@ jobs: run: ./ci/github-actions/generate-pkgbuild.py3 - name: Publish strip-ansi to the AUR - uses: KSXGitHub/github-actions-deploy-aur@v3.0.0 + uses: KSXGitHub/github-actions-deploy-aur@v3.0.1 with: pkgname: strip-ansi pkgbuild: ./pkgbuild/strip-ansi/PKGBUILD @@ -420,7 +420,7 @@ jobs: commit_message: ${{ needs.create_release.outputs.release_tag }} - name: Publish strip-ansi-bin to the AUR - uses: KSXGitHub/github-actions-deploy-aur@v3.0.0 + uses: KSXGitHub/github-actions-deploy-aur@v3.0.1 with: pkgname: strip-ansi-bin pkgbuild: ./pkgbuild/strip-ansi-bin/PKGBUILD