Skip to content

Commit

Permalink
chore(deps): bump KSXGitHub/github-actions-deploy-aur
Browse files Browse the repository at this point in the history
Bumps [KSXGitHub/github-actions-deploy-aur](https://github.com/KSXGitHub/github-actions-deploy-aur) from 2.6.0 to 2.7.0.
- [Release notes](https://github.com/KSXGitHub/github-actions-deploy-aur/releases)
- [Commits](KSXGitHub/github-actions-deploy-aur@v2.6.0...v2.7.0)

---
updated-dependencies:
- dependency-name: KSXGitHub/github-actions-deploy-aur
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 20, 2023
1 parent c489039 commit a83bee5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code-minimap-bin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
echo "::set-output name=message::$COMMIT_MESSAGE"
- name: Publish AUR package
uses: KSXGitHub/github-actions-deploy-aur@v2.6.0
uses: KSXGitHub/github-actions-deploy-aur@v2.7.0
with:
pkgname: ${{ env.PACKAGE }}
pkgbuild: ${{ env.PACKAGE }}/PKGBUILD
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-slim-bin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
echo "::set-output name=message::$COMMIT_MESSAGE"
- name: Publish AUR package
uses: KSXGitHub/github-actions-deploy-aur@v2.6.0
uses: KSXGitHub/github-actions-deploy-aur@v2.7.0
with:
pkgname: ${{ env.PACKAGE }}
pkgbuild: ${{ env.PACKAGE }}/PKGBUILD
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ncspot-bin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
echo "::set-output name=message::$COMMIT_MESSAGE"
- name: Publish AUR package
uses: KSXGitHub/github-actions-deploy-aur@v2.6.0
uses: KSXGitHub/github-actions-deploy-aur@v2.7.0
with:
pkgname: ${{ env.PACKAGE }}
pkgbuild: ${{ env.PACKAGE }}/PKGBUILD
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nonicons-font.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
echo "::set-output name=message::$COMMIT_MESSAGE"
- name: Publish AUR package
uses: KSXGitHub/github-actions-deploy-aur@v2.6.0
uses: KSXGitHub/github-actions-deploy-aur@v2.7.0
with:
pkgname: ${{ env.PACKAGE }}
pkgbuild: ${{ env.PACKAGE }}/PKGBUILD
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/plenti-bin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
echo "::set-output name=message::$COMMIT_MESSAGE"
- name: Publish AUR package
uses: KSXGitHub/github-actions-deploy-aur@v2.6.0
uses: KSXGitHub/github-actions-deploy-aur@v2.7.0
with:
pkgname: ${{ env.PACKAGE }}
pkgbuild: ${{ env.PACKAGE }}/PKGBUILD
Expand Down

0 comments on commit a83bee5

Please sign in to comment.