Commit f9b11ba 1 parent 43c5175 commit f9b11ba Copy full SHA for f9b11ba
File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ jobs:
189
189
max-parallelism = 2
190
190
- name : Matrix Build and push demo images
191
191
if : steps.check_changes.outputs.skip == 'false'
192
- uses : docker/build-push-action@v6.10 .0
192
+ uses : docker/build-push-action@v6.11 .0
193
193
with :
194
194
context : ${{ matrix.file_tag.context }}
195
195
file : ${{ matrix.file_tag.file }}
Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ jobs:
15
15
contents : read
16
16
steps :
17
17
- name : Checkout
18
- uses : actions/checkout@v2
18
+ uses : actions/checkout@v4
19
19
20
20
- name : Check for changed files
21
21
id : file_changes
22
- uses : dorny/paths-filter@v2
22
+ uses : dorny/paths-filter@v3
23
23
with :
24
24
list-files : shell
25
25
filters : |
Original file line number Diff line number Diff line change 12
12
stale :
13
13
runs-on : ubuntu-latest
14
14
steps :
15
- - uses : actions/stale@v8
15
+ - uses : actions/stale@v9
16
16
with :
17
17
stale-pr-message : ' This PR was marked stale due to lack of activity. It will be closed in 7 days.'
18
18
close-pr-message : ' Closed as inactive. Feel free to reopen if this PR is still being worked on.'
You can’t perform that action at this time.
0 commit comments