Skip to content

Commit 8c6b3db

Browse files
authored
Merge pull request #20029 from Homebrew/dependabot/github_actions/github-actions-4335f8aa65
build(deps): bump the github-actions group with 2 updates
2 parents e6377ed + 5805e9d commit 8c6b3db

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ jobs:
190190
password: ${{ secrets.GITHUB_TOKEN }}
191191

192192
- name: Build Docker image
193-
uses: docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # v6.17.0
193+
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
194194
with:
195195
context: .
196196
load: true
@@ -227,7 +227,7 @@ jobs:
227227
- name: Deploy the Docker image by digest
228228
id: digest
229229
if: fromJSON(steps.attributes.outputs.push)
230-
uses: docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # v6.17.0
230+
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
231231
with:
232232
context: .
233233
cache-from: type=registry,ref=ghcr.io/homebrew/ubuntu${{ matrix.version }}:cache

.github/workflows/stale-issues.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
pull-requests: write
3939
steps:
4040
- name: Mark/Close Stale Issues and Pull Requests
41-
uses: actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e # v9.0.0
41+
uses: actions/stale@5bef64f19d7facfb25b37b414482c7164d639639 # v9.1.0
4242
with:
4343
repo-token: ${{ secrets.GITHUB_TOKEN }}
4444
days-before-stale: 21
@@ -68,7 +68,7 @@ jobs:
6868
pull-requests: write
6969
steps:
7070
- name: Mark/Close Stale `bump-formula-pr` and `bump-cask-pr` Pull Requests
71-
uses: actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e # v9.0.0
71+
uses: actions/stale@5bef64f19d7facfb25b37b414482c7164d639639 # v9.1.0
7272
with:
7373
repo-token: ${{ secrets.GITHUB_TOKEN }}
7474
days-before-stale: 2

0 commit comments

Comments
 (0)