Skip to content

Commit

Permalink
Bump KSXGitHub/github-actions-deploy-aur from 2.7.2 to 3.0.1 (#472)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 24, 2024
1 parent ab85646 commit a0fa392
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pkg_arch-aur.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
- name: Publish cnquery AUR package
if: ${{ !inputs.skip }}
continue-on-error: true
uses: KSXGitHub/github-actions-deploy-aur@v2.7.2
uses: KSXGitHub/github-actions-deploy-aur@v3.0.1
with:
pkgname: cnquery
pkgbuild: packages/archlinux/cnquery/PKGBUILD
Expand All @@ -85,7 +85,7 @@ jobs:
- name: Publish cnspec AUR package
if: ${{ !inputs.skip }}
continue-on-error: true
uses: KSXGitHub/github-actions-deploy-aur@v2.7.2
uses: KSXGitHub/github-actions-deploy-aur@v3.0.1
with:
pkgname: cnspec
pkgbuild: packages/archlinux/cnspec/PKGBUILD
Expand All @@ -98,7 +98,7 @@ jobs:
- name: Publish mondoo AUR package
if: ${{ !inputs.skip }}
continue-on-error: true
uses: KSXGitHub/github-actions-deploy-aur@v2.7.2
uses: KSXGitHub/github-actions-deploy-aur@v3.0.1
with:
pkgname: mondoo
pkgbuild: packages/archlinux/mondoo/PKGBUILD
Expand Down

0 comments on commit a0fa392

Please sign in to comment.