diff --git a/.github/workflows/pkg-aur-git.yml b/.github/workflows/pkg-aur-git.yml index c70e8a7..4fa47db 100644 --- a/.github/workflows/pkg-aur-git.yml +++ b/.github/workflows/pkg-aur-git.yml @@ -15,7 +15,7 @@ jobs: run: | wget https://aur.archlinux.org/cgit/aur.git/plain/PKGBUILD\?h\=chsrc-git -O ./PKGBUILD - name: Publish to AUR - uses: KSXGitHub/github-actions-deploy-aur@v3.0.1 + uses: KSXGitHub/github-actions-deploy-aur@v4.1.1 with: pkgname: chsrc-git pkgbuild: ./PKGBUILD diff --git a/.github/workflows/pkg-aur-rel.yml b/.github/workflows/pkg-aur-rel.yml index 083b71f..7b46cda 100644 --- a/.github/workflows/pkg-aur-rel.yml +++ b/.github/workflows/pkg-aur-rel.yml @@ -33,7 +33,7 @@ jobs: sed -i "s/pkgver=.*/pkgver=$version/" PKGBUILD_bin - name: Publish chsrc-bin to AUR if: env.valid == '1' - uses: KSXGitHub/github-actions-deploy-aur@v3.0.1 + uses: KSXGitHub/github-actions-deploy-aur@v4.1.1 with: pkgname: chsrc-bin pkgbuild: ./PKGBUILD_bin @@ -51,7 +51,7 @@ jobs: sed -i "s/pkgver=.*/pkgver=$version/" PKGBUILD - name: Publish chsrc to AUR if: env.valid == '1' - uses: KSXGitHub/github-actions-deploy-aur@v3.0.1 + uses: KSXGitHub/github-actions-deploy-aur@v4.1.1 with: pkgname: chsrc pkgbuild: ./PKGBUILD