Skip to content

Commit bab2808

Browse files
authored
Merge pull request #378 from Homebrew/dependabot/github_actions/github-actions-2507bcfa80
2 parents 8ffe3fc + 251799b commit bab2808

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/actionlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Install tools
4242
run: brew install actionlint shellcheck zizmor
4343

44-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
44+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
4545
with:
4646
persist-credentials: false
4747

.github/workflows/sync-shared-config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
uses: Homebrew/actions/setup-homebrew@main
7070

7171
- name: Clone source repository
72-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
72+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
7373
with:
7474
persist-credentials: false
7575

@@ -84,7 +84,7 @@ jobs:
8484
HOMEBREW_DEVELOPER: 1
8585

8686
- name: Clone target repository
87-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
87+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
8888
with:
8989
repository: ${{ matrix.repo }}
9090
path: target/${{ matrix.repo }}

0 commit comments

Comments
 (0)