From a43f99d7ed6a807f453cc4551c88d011cc09bc07 Mon Sep 17 00:00:00 2001 From: Henry Bley-Vroman Date: Wed, 15 May 2024 10:45:44 -1000 Subject: [PATCH] ci(bump homebrew workflow): use latest released version of action --- .../workflows/bump-homebrew-formula-on-release-publication.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bump-homebrew-formula-on-release-publication.yaml b/.github/workflows/bump-homebrew-formula-on-release-publication.yaml index 43f386c..670f085 100644 --- a/.github/workflows/bump-homebrew-formula-on-release-publication.yaml +++ b/.github/workflows/bump-homebrew-formula-on-release-publication.yaml @@ -8,7 +8,7 @@ jobs: name: Bump Homebrew formula runs-on: ubuntu-latest steps: - - uses: mislav/bump-homebrew-formula-action@868bf7871f81dda58cc50fe1d17ea83ae1f3f929 # latest commit: v3.1 + mostly depenedency updates + - uses: mislav/bump-homebrew-formula-action@b3327118b2153c82da63fd9cbf58942146ee99f0 # v3.1 with: formula-name: zsh-window-title formula-path: zsh-window-title.rb