File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 steps :
2121 - name : Get token
2222 id : get_token
23- uses : actions/create-github-app-token@v2
23+ uses : actions/create-github-app-token@v3
2424 with :
2525 app-id : ${{ secrets.OBS_AUTOMATION_APP_ID }}
2626 private-key : ${{ secrets.OBS_AUTOMATION_APP_PEM }}
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ jobs:
124124 - uses : actions/checkout@v6
125125
126126 - name : Set up Docker Buildx
127- uses : docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12 .0
127+ uses : docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0 .0
128128 with :
129129 cache-binary : false
130130
Original file line number Diff line number Diff line change @@ -231,6 +231,6 @@ jobs:
231231 with :
232232 name : html-coverage-report
233233 path : htmlcov
234- - uses : geekyeggo/delete-artifact@f275313e70c08f6120db482d7a6b98377786765b # 5.1 .0
234+ - uses : geekyeggo/delete-artifact@176a747ab7e287e3ff4787bf8a148716375ca118 # 6.0 .0
235235 with :
236236 name : coverage-reports-*
Original file line number Diff line number Diff line change 1919
2020 - name : Get token
2121 id : get_token
22- uses : actions/create-github-app-token@v2
22+ uses : actions/create-github-app-token@v3
2323 with :
2424 app-id : ${{ secrets.OBS_AUTOMATION_APP_ID }}
2525 private-key : ${{ secrets.OBS_AUTOMATION_APP_PEM }}
You can’t perform that action at this time.
0 commit comments