From c4359e82db1cbc7bc88953e8b76d22d4423948a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 04:59:54 +0000 Subject: [PATCH] chore: bump the github-actions-all group with 2 updates Bumps the github-actions-all group with 2 updates: [KSXGitHub/github-actions-deploy-aur](https://github.com/ksxgithub/github-actions-deploy-aur) and [actions/labeler](https://github.com/actions/labeler). Updates `KSXGitHub/github-actions-deploy-aur` from 4.1.1 to 4.1.3 - [Release notes](https://github.com/ksxgithub/github-actions-deploy-aur/releases) - [Commits](https://github.com/ksxgithub/github-actions-deploy-aur/compare/2ac5a4c1d7035885d46b10e3193393be8460b6f1...da03e160361ce01bf087e790b6ffd196d7dccff7) Updates `actions/labeler` from 6.0.1 to 6.1.0 - [Release notes](https://github.com/actions/labeler/releases) - [Commits](https://github.com/actions/labeler/compare/634933edcd8ababfe52f92936142cc22ac488b1b...f27b608878404679385c85cfa523b85ccb86e213) --- updated-dependencies: - dependency-name: KSXGitHub/github-actions-deploy-aur dependency-version: 4.1.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-all - dependency-name: actions/labeler dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-all ... Signed-off-by: dependabot[bot] --- .github/workflows/aur.yml | 2 +- .github/workflows/label-pr.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/aur.yml b/.github/workflows/aur.yml index 2e75e64..0184e5f 100644 --- a/.github/workflows/aur.yml +++ b/.github/workflows/aur.yml @@ -65,7 +65,7 @@ jobs: head -10 packaging/aur/PKGBUILD - name: Publish to AUR - uses: KSXGitHub/github-actions-deploy-aur@2ac5a4c1d7035885d46b10e3193393be8460b6f1 # v4.1.1 + uses: KSXGitHub/github-actions-deploy-aur@da03e160361ce01bf087e790b6ffd196d7dccff7 # v4.1.3 with: pkgname: waveflow-bin pkgbuild: packaging/aur/PKGBUILD diff --git a/.github/workflows/label-pr.yml b/.github/workflows/label-pr.yml index 93da9d2..cf29cba 100644 --- a/.github/workflows/label-pr.yml +++ b/.github/workflows/label-pr.yml @@ -16,7 +16,7 @@ jobs: steps: # Scope labels based on changed files - name: Path-based labels - uses: actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b # v6.0.1 + uses: actions/labeler@f27b608878404679385c85cfa523b85ccb86e213 # v6.1.0 with: sync-labels: true