From 819501c4e7f7497bbf50908445cf8361e43666fb Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Tue, 28 Jun 2022 20:39:58 -0400 Subject: [PATCH] Use v2.3.0 of `KSXGitHub/github-actions-deploy-aur` action --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 18fb421b..f8c1c8d9 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -134,7 +134,7 @@ jobs: - name: Publish AUR package if: ${{ env.aur_publish == 'true' }} - uses: KSXGitHub/github-actions-deploy-aur@master # assets arg not in latest release + uses: KSXGitHub/github-actions-deploy-aur@v2.3.0 with: pkgname: ${{ env.aur_pkg }} pkgbuild: ./artifacts/PKGBUILD