From 9cc7a71bb2d11ccd64439a7103f4e1d1ee31c505 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 13:05:11 +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.7.1 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/v2.7.1...v3.0.1) --- 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/build-publish-to-aur-on-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-publish-to-aur-on-release.yml b/.github/workflows/build-publish-to-aur-on-release.yml index 645486a3ffd..d34a36032a1 100644 --- a/.github/workflows/build-publish-to-aur-on-release.yml +++ b/.github/workflows/build-publish-to-aur-on-release.yml @@ -18,7 +18,7 @@ jobs: - run: sed "s/PACKAGE_VERSION/${package_version}/g" build/linux/PKGBUILD_template > build/linux/PKGBUILD - name: Publish AUR package - uses: KSXGitHub/github-actions-deploy-aur@v2.7.1 + uses: KSXGitHub/github-actions-deploy-aur@v3.0.1 with: pkgname: superproductivity-bin pkgbuild: build/linux/PKGBUILD