File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 18
18
runs-on : ubuntu-latest
19
19
20
20
steps :
21
- - uses : github/branch-deploy@v9.1 .1
21
+ - uses : github/branch-deploy@v9.8 .1
22
22
id : branch-deploy
23
23
with :
24
24
admins : the-hideout/core-contributors
33
33
with :
34
34
ref : ${{ steps.branch-deploy.outputs.ref }}
35
35
36
- - uses : azure/login@8c334a195cbb38e46038007b304988d888bf676a # pin@v1
36
+ - uses : azure/login@a65d910e8af852a8061c627c456678983e180302 # pin@v1
37
37
if : ${{ steps.branch-deploy.outputs.continue == 'true' }}
38
38
with :
39
39
creds : ${{ secrets.AZURE_CREDENTIALS }}
Original file line number Diff line number Diff line change 13
13
steps :
14
14
- uses : actions/checkout@v4
15
15
16
- - uses : azure/login@8c334a195cbb38e46038007b304988d888bf676a # pin@v1
16
+ - uses : azure/login@a65d910e8af852a8061c627c456678983e180302 # pin@v1
17
17
with :
18
18
creds : ${{ secrets.AZURE_CREDENTIALS }}
19
19
Original file line number Diff line number Diff line change 17
17
# Comment on new PR requests with deployment instructions
18
18
- uses : actions/checkout@v4
19
19
- name : comment
20
- uses : GrantBirki/comment@v2.0.9
20
+ uses : GrantBirki/comment@v2.1.0
21
21
continue-on-error : true
22
22
with :
23
23
file : .github/new-pr-comment.md
Original file line number Diff line number Diff line change 14
14
15
15
steps :
16
16
- name : unlock on merge
17
- uses : github/branch-deploy@v9.1 .1
17
+ uses : github/branch-deploy@v9.8 .1
18
18
id : unlock-on-merge
19
19
with :
20
20
unlock_on_merge_mode : " true" # <-- indicates that this is the "Unlock on Merge Mode" workflow
You can’t perform that action at this time.
0 commit comments