From 9a7673dc0fb7faa278a158a61b30be7c5bbe57d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 19:04:24 +0000 Subject: [PATCH] chore(deps): bump the github-actions group with 2 updates Bumps the github-actions group with 2 updates: [KSXGitHub/github-actions-deploy-aur](https://github.com/ksxgithub/github-actions-deploy-aur) and [actions/setup-node](https://github.com/actions/setup-node). Updates `KSXGitHub/github-actions-deploy-aur` from 4.1.3 to 4.2.0 - [Release notes](https://github.com/ksxgithub/github-actions-deploy-aur/releases) - [Commits](https://github.com/ksxgithub/github-actions-deploy-aur/compare/v4.1.3...v4.2.0) Updates `actions/setup-node` from 6 to 7 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v6...v7) --- updated-dependencies: - dependency-name: KSXGitHub/github-actions-deploy-aur dependency-version: 4.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/setup-node dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/aur.yml | 4 ++-- .github/workflows/release.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/aur.yml b/.github/workflows/aur.yml index 082e39e9..9922e7d5 100644 --- a/.github/workflows/aur.yml +++ b/.github/workflows/aur.yml @@ -102,7 +102,7 @@ jobs: cat pkgbuild/dumber-browser-git/PKGBUILD - name: Publish dumber-browser-git to AUR - uses: KSXGitHub/github-actions-deploy-aur@v4.1.3 + uses: KSXGitHub/github-actions-deploy-aur@v4.2.0 with: pkgname: dumber-browser-git pkgbuild: ./pkgbuild/dumber-browser-git/PKGBUILD @@ -222,7 +222,7 @@ jobs: cat pkgbuild/dumber-browser-bin/PKGBUILD - name: Publish dumber-browser-bin to AUR - uses: KSXGitHub/github-actions-deploy-aur@v4.1.3 + uses: KSXGitHub/github-actions-deploy-aur@v4.2.0 with: pkgname: dumber-browser-bin pkgbuild: ./pkgbuild/dumber-browser-bin/PKGBUILD diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 40e838d9..98d1195d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: with: go-version: stable - - uses: actions/setup-node@v6 + - uses: actions/setup-node@v7 with: node-version: '24'