Skip to content

Commit c78cf24

Browse files
Bump KSXGitHub/github-actions-deploy-aur from 4.1.1 to 4.1.2
Bumps [KSXGitHub/github-actions-deploy-aur](https://github.com/ksxgithub/github-actions-deploy-aur) from 4.1.1 to 4.1.2. - [Release notes](https://github.com/ksxgithub/github-actions-deploy-aur/releases) - [Commits](KSXGitHub/github-actions-deploy-aur@v4.1.1...v4.1.2) --- updated-dependencies: - dependency-name: KSXGitHub/github-actions-deploy-aur dependency-version: 4.1.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5e37ee0 commit c78cf24

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/pub-AUR-chsrc-and-chsrc-bin.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
sed -i "s/pkgver=.*/pkgver=$version/" PKGBUILD_bin
4646
- name: Publish chsrc-bin to AUR
4747
if: env.valid == '1'
48-
uses: KSXGitHub/github-actions-deploy-aur@v4.1.1
48+
uses: KSXGitHub/github-actions-deploy-aur@v4.1.2
4949
with:
5050
pkgname: chsrc-bin
5151
pkgbuild: ./PKGBUILD_bin
@@ -63,7 +63,7 @@ jobs:
6363
sed -i "s/pkgver=.*/pkgver=$version/" PKGBUILD
6464
- name: Publish chsrc to AUR
6565
if: env.valid == '1'
66-
uses: KSXGitHub/github-actions-deploy-aur@v4.1.1
66+
uses: KSXGitHub/github-actions-deploy-aur@v4.1.2
6767
with:
6868
pkgname: chsrc
6969
pkgbuild: ./PKGBUILD

.github/workflows/pub-AUR-chsrc-git.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: |
2828
wget https://aur.archlinux.org/cgit/aur.git/plain/PKGBUILD\?h\=chsrc-git -O ./PKGBUILD
2929
- name: Publish to AUR
30-
uses: KSXGitHub/github-actions-deploy-aur@v4.1.1
30+
uses: KSXGitHub/github-actions-deploy-aur@v4.1.2
3131
with:
3232
pkgname: chsrc-git
3333
pkgbuild: ./PKGBUILD

0 commit comments

Comments
 (0)