File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -190,7 +190,7 @@ jobs:
190
190
password : ${{ secrets.GITHUB_TOKEN }}
191
191
192
192
- name : Build Docker image
193
- uses : docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # v6.17 .0
193
+ uses : docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18 .0
194
194
with :
195
195
context : .
196
196
load : true
@@ -227,7 +227,7 @@ jobs:
227
227
- name : Deploy the Docker image by digest
228
228
id : digest
229
229
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
231
231
with :
232
232
context : .
233
233
cache-from : type=registry,ref=ghcr.io/homebrew/ubuntu${{ matrix.version }}:cache
Original file line number Diff line number Diff line change 38
38
pull-requests : write
39
39
steps :
40
40
- name : Mark/Close Stale Issues and Pull Requests
41
- uses : actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e # v9.0 .0
41
+ uses : actions/stale@5bef64f19d7facfb25b37b414482c7164d639639 # v9.1 .0
42
42
with :
43
43
repo-token : ${{ secrets.GITHUB_TOKEN }}
44
44
days-before-stale : 21
68
68
pull-requests : write
69
69
steps :
70
70
- 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
72
72
with :
73
73
repo-token : ${{ secrets.GITHUB_TOKEN }}
74
74
days-before-stale : 2
You can’t perform that action at this time.
0 commit comments