From 1b516997d2a089988e96fe304a418b6e538b6520 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Mar 2023 09:56:30 +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 2.5.0 to 2.7.0. - [Release notes](https://github.com/KSXGitHub/github-actions-deploy-aur/releases) - [Commits](https://github.com/KSXGitHub/github-actions-deploy-aur/compare/v2.5.0...v2.7.0) --- updated-dependencies: - dependency-name: KSXGitHub/github-actions-deploy-aur dependency-type: direct:production update-type: version-update:semver-minor ... 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 383932d..da0f103 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -650,7 +650,7 @@ jobs: run: ./ci/github-actions/generate-pkgbuild.py3 - name: Publish sane-fmt to the AUR - uses: KSXGitHub/github-actions-deploy-aur@v2.5.0 + uses: KSXGitHub/github-actions-deploy-aur@v2.7.0 with: pkgname: sane-fmt pkgbuild: ./pkgbuild/sane-fmt/PKGBUILD @@ -661,7 +661,7 @@ jobs: force_push: 'true' - name: Publish sane-fmt-bin to the AUR - uses: KSXGitHub/github-actions-deploy-aur@v2.5.0 + uses: KSXGitHub/github-actions-deploy-aur@v2.7.0 with: pkgname: sane-fmt-bin pkgbuild: ./pkgbuild/sane-fmt-bin/PKGBUILD