File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1717 permission-contents : write
1818 permission-pull-requests : write
1919 - name : Checkout
20- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
20+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2121 with :
2222 ref : ${{ github.event.pull_request.head.sha }}
2323 token : ${{ steps.github-app-token.outputs.token }}
Original file line number Diff line number Diff line change @@ -43,15 +43,15 @@ jobs:
4343 extended : true
4444
4545 - name : Checkout greenhouse repository
46- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
46+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4747 with :
4848 repository : ${{ github.repository }}
4949 path : greenhouse
5050 submodules : true
5151 fetch-depth : 0
5252
5353 - name : Checkout greenhouse-extensions repository
54- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
54+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5555 with :
5656 repository : ${{ github.repository_owner}}/greenhouse-extensions
5757 ref : ${{ github.event.client_payload.sha }}
You can’t perform that action at this time.
0 commit comments