We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4335cf2 commit da96c61Copy full SHA for da96c61
1 file changed
.github/workflows/actionlint.yml
@@ -34,12 +34,12 @@ jobs:
34
steps:
35
- name: Set up Homebrew
36
id: setup-homebrew
37
- uses: Homebrew/actions/setup-homebrew@main
+ uses: Homebrew/actions/setup-homebrew@1f8e202ffddf94def7f42f6fa3a482e821489f9c # 2026.07.10.1
38
with:
39
core: false
40
cask: false
41
42
- - uses: Homebrew/actions/cache-homebrew-prefix@main
+ - uses: Homebrew/actions/cache-homebrew-prefix@1f8e202ffddf94def7f42f6fa3a482e821489f9c # 2026.07.10.1
43
# Don't cache the prefix for the formulae.brew.sh repository as it won't download its own JSON API files
44
if: github.repository != 'Homebrew/formulae.brew.sh'
45
0 commit comments