2424
2525 steps :
2626 - name : Add action run link to trigger comment
27- uses : peter-evans/create-or-update-comment@v4
27+ uses : peter-evans/create-or-update-comment@v5
2828 if : github.event_name == 'repository_dispatch'
2929 with :
3030 token : ${{ secrets.BOT_TOKEN }}
@@ -36,16 +36,16 @@ jobs:
3636 https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}
3737
3838 - name : Checkout
39- uses : actions/checkout@v5
39+ uses : actions/checkout@v6
4040 if : env.writable == 1 && github.event_name != 'repository_dispatch'
4141 with :
4242 ref : ${{ github.head_ref }}
4343 token : ${{ secrets.BOT_TOKEN }}
4444 - name : Checkout fork
45- uses : actions/checkout@v5
45+ uses : actions/checkout@v6
4646 if : env.writable == 0
4747 - name : Checkout on chat commnad
48- uses : actions/checkout@v5
48+ uses : actions/checkout@v6
4949 if : github.event_name == 'repository_dispatch'
5050 with :
5151 token : ${{ secrets.BOT_TOKEN }}
7777 run : git pull --ff-only --no-tags --depth=1
7878
7979 - name : Commit changed files
80- uses : stefanzweifel/git-auto-commit-action@v6
80+ uses : stefanzweifel/git-auto-commit-action@v7
8181 if : failure() && steps.baseline.conclusion != 'skipped' && env.writable == 1
8282 with :
8383 commit_message : Update psalm baseline
9494
9595 steps :
9696 - name : Add action run link to trigger comment
97- uses : peter-evans/create-or-update-comment@v4
97+ uses : peter-evans/create-or-update-comment@v5
9898 if : github.event_name == 'repository_dispatch'
9999 with :
100100 token : ${{ secrets.BOT_TOKEN }}
@@ -106,16 +106,16 @@ jobs:
106106 https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}
107107
108108 - name : Checkout
109- uses : actions/checkout@v5
109+ uses : actions/checkout@v6
110110 if : env.writable == 1 && github.event_name != 'repository_dispatch'
111111 with :
112112 ref : ${{ github.head_ref }}
113113 token : ${{ secrets.BOT_TOKEN }}
114114 - name : Checkout fork
115- uses : actions/checkout@v5
115+ uses : actions/checkout@v6
116116 if : env.writable == 0
117117 - name : Checkout on chat commnad
118- uses : actions/checkout@v5
118+ uses : actions/checkout@v6
119119 if : github.event_name == 'repository_dispatch'
120120 with :
121121 token : ${{ secrets.BOT_TOKEN }}
@@ -147,7 +147,7 @@ jobs:
147147 run : git pull --ff-only --no-tags --depth=1
148148
149149 - name : Commit changed files
150- uses : stefanzweifel/git-auto-commit-action@v6
150+ uses : stefanzweifel/git-auto-commit-action@v7
151151 if : failure() && steps.baseline.conclusion != 'skipped' && env.writable == 1
152152 with :
153153 commit_message : Update psalm taint baseline
@@ -164,7 +164,7 @@ jobs:
164164
165165 steps :
166166 - name : Add action run link to trigger comment
167- uses : peter-evans/create-or-update-comment@v4
167+ uses : peter-evans/create-or-update-comment@v5
168168 if : github.event_name == 'repository_dispatch'
169169 with :
170170 token : ${{ secrets.BOT_TOKEN }}
@@ -176,10 +176,10 @@ jobs:
176176 https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}
177177
178178 - name : Checkout
179- uses : actions/checkout@v5
179+ uses : actions/checkout@v6
180180 if : github.event_name != 'repository_dispatch'
181181 - name : Checkout on chat commnad
182- uses : actions/checkout@v5
182+ uses : actions/checkout@v6
183183 if : github.event_name == 'repository_dispatch'
184184 with :
185185 token : ${{ secrets.BOT_TOKEN }}
@@ -220,7 +220,7 @@ jobs:
220220 run : git pull --ff-only --no-tags --depth=1
221221
222222 - name : Commit changed files
223- uses : stefanzweifel/git-auto-commit-action@v6
223+ uses : stefanzweifel/git-auto-commit-action@v7
224224 if : failure() && steps.baseline.conclusion != 'skipped' && env.writable == 1
225225 with :
226226 commit_message : Update phpstan baseline
0 commit comments