Skip to content

Commit 5ce717d

Browse files
authored
Merge pull request Homebrew#292512 from Homebrew/sync-shared-config
Synchronize shared configuration
2 parents f63e028 + da96c61 commit 5ce717d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/actionlint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ jobs:
3434
steps:
3535
- name: Set up Homebrew
3636
id: setup-homebrew
37-
uses: Homebrew/actions/setup-homebrew@main
37+
uses: Homebrew/actions/setup-homebrew@1f8e202ffddf94def7f42f6fa3a482e821489f9c # 2026.07.10.1
3838
with:
3939
core: false
4040
cask: false
4141

42-
- uses: Homebrew/actions/cache-homebrew-prefix@main
42+
- uses: Homebrew/actions/cache-homebrew-prefix@1f8e202ffddf94def7f42f6fa3a482e821489f9c # 2026.07.10.1
4343
# Don't cache the prefix for the formulae.brew.sh repository as it won't download its own JSON API files
4444
if: github.repository != 'Homebrew/formulae.brew.sh'
4545
with:

0 commit comments

Comments
 (0)