From 6f45e4c6a2125658ef54acb89920e538017e03fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 06:00:59 +0000 Subject: [PATCH] Bump KSXGitHub/github-actions-deploy-aur from 2 to 3 Bumps [KSXGitHub/github-actions-deploy-aur](https://github.com/ksxgithub/github-actions-deploy-aur) from 2 to 3. - [Release notes](https://github.com/ksxgithub/github-actions-deploy-aur/releases) - [Commits](https://github.com/ksxgithub/github-actions-deploy-aur/compare/v2...v3) --- 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/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7c460d8..22cdd63 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -69,7 +69,7 @@ jobs: echo "version=v$VERSION" >> $GITHUB_ENV echo "release=$RELEASE" >> $GITHUB_ENV - name: Publish AUR package - uses: KSXGitHub/github-actions-deploy-aur@v2 + uses: KSXGitHub/github-actions-deploy-aur@v3 with: pkgname: kubescape pkgbuild: ./PKGBUILD