From 17054f77de1b3695c8bffb153f0bd606bdb09752 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 22:46:16 +0000 Subject: [PATCH] chore(deps): bump KSXGitHub/github-actions-deploy-aur Bumps [KSXGitHub/github-actions-deploy-aur](https://github.com/ksxgithub/github-actions-deploy-aur) from 2.7.2 to 3.0.0. - [Release notes](https://github.com/ksxgithub/github-actions-deploy-aur/releases) - [Commits](https://github.com/ksxgithub/github-actions-deploy-aur/compare/v2.7.2...v3.0.0) --- updated-dependencies: - dependency-name: KSXGitHub/github-actions-deploy-aur dependency-type: direct:production update-type: version-update:semver-major ... 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 b1061b7..e3add9a 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -406,7 +406,7 @@ jobs: run: ./ci/github-actions/generate-pkgbuild.py3 - name: Publish parallel-disk-usage to the AUR - uses: KSXGitHub/github-actions-deploy-aur@v2.7.2 + uses: KSXGitHub/github-actions-deploy-aur@v3.0.0 with: pkgname: parallel-disk-usage pkgbuild: ./pkgbuild/parallel-disk-usage/PKGBUILD @@ -417,7 +417,7 @@ jobs: force_push: 'true' - name: Publish parallel-disk-usage-bin to the AUR - uses: KSXGitHub/github-actions-deploy-aur@v2.7.2 + uses: KSXGitHub/github-actions-deploy-aur@v3.0.0 with: pkgname: parallel-disk-usage-bin pkgbuild: ./pkgbuild/parallel-disk-usage-bin/PKGBUILD