From 9c395e5a0ace99776aa9eef167830f3a527b025f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 08:09:24 +0000 Subject: [PATCH] Bump the github-actions group across 1 directory with 3 updates Bumps the github-actions group with 3 updates in the / directory: [Homebrew/actions/setup-homebrew](https://github.com/homebrew/actions), [Homebrew/actions/git-user-config](https://github.com/homebrew/actions) and [Homebrew/actions/git-try-push](https://github.com/homebrew/actions). Updates `Homebrew/actions/setup-homebrew` from 2026.07.13.1 to 2026.08.03.2 - [Release notes](https://github.com/homebrew/actions/releases) - [Changelog](https://github.com/Homebrew/actions/blob/main/release.test.mts) - [Commits](https://github.com/homebrew/actions/compare/18fcb8e3e06b4247c676c506750dc95ea7226479...fd832223f9f99ebf0244dd20658680e5d4aca049) Updates `Homebrew/actions/git-user-config` from 2026.07.13.1 to 2026.08.03.2 - [Release notes](https://github.com/homebrew/actions/releases) - [Changelog](https://github.com/Homebrew/actions/blob/main/release.test.mts) - [Commits](https://github.com/homebrew/actions/compare/18fcb8e3e06b4247c676c506750dc95ea7226479...fd832223f9f99ebf0244dd20658680e5d4aca049) Updates `Homebrew/actions/git-try-push` from 2026.07.13.1 to 2026.08.03.2 - [Release notes](https://github.com/homebrew/actions/releases) - [Changelog](https://github.com/Homebrew/actions/blob/main/release.test.mts) - [Commits](https://github.com/homebrew/actions/compare/18fcb8e3e06b4247c676c506750dc95ea7226479...fd832223f9f99ebf0244dd20658680e5d4aca049) --- updated-dependencies: - dependency-name: Homebrew/actions/git-try-push dependency-version: 2026.07.20.1 dependency-type: direct:production dependency-group: github-actions - dependency-name: Homebrew/actions/git-user-config dependency-version: 2026.07.20.1 dependency-type: direct:production dependency-group: github-actions - dependency-name: Homebrew/actions/setup-homebrew dependency-version: 2026.07.20.1 dependency-type: direct:production dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/publish.yml | 6 +++--- .github/workflows/tests.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e04e571..82af592 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -20,12 +20,12 @@ jobs: pull-requests: write steps: - name: Set up Homebrew - uses: Homebrew/actions/setup-homebrew@18fcb8e3e06b4247c676c506750dc95ea7226479 # 2026.07.13.1 + uses: Homebrew/actions/setup-homebrew@fd832223f9f99ebf0244dd20658680e5d4aca049 # 2026.08.03.2 with: token: ${{ secrets.GITHUB_TOKEN }} - name: Set up git - uses: Homebrew/actions/git-user-config@18fcb8e3e06b4247c676c506750dc95ea7226479 # 2026.07.13.1 + uses: Homebrew/actions/git-user-config@fd832223f9f99ebf0244dd20658680e5d4aca049 # 2026.08.03.2 - name: Pull bottles env: @@ -41,6 +41,6 @@ jobs: fi - name: Push commits - uses: Homebrew/actions/git-try-push@18fcb8e3e06b4247c676c506750dc95ea7226479 # 2026.07.13.1 + uses: Homebrew/actions/git-try-push@fd832223f9f99ebf0244dd20658680e5d4aca049 # 2026.08.03.2 with: branch: main diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6958b6d..0e27186 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -26,7 +26,7 @@ jobs: steps: - name: Set up Homebrew id: set-up-homebrew - uses: Homebrew/actions/setup-homebrew@18fcb8e3e06b4247c676c506750dc95ea7226479 # 2026.07.13.1 + uses: Homebrew/actions/setup-homebrew@fd832223f9f99ebf0244dd20658680e5d4aca049 # 2026.08.03.2 with: token: ${{ secrets.GITHUB_TOKEN }}