File tree Expand file tree Collapse file tree 8 files changed +11
-11
lines changed Expand file tree Collapse file tree 8 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 5151 - uses : hmarr/debug-action@v3.0.0
5252
5353 - name : Checkout
54- uses : actions/checkout@v4
54+ uses : actions/checkout@v5
5555 with :
5656 ref : ${{ inputs.ref }}
5757
Original file line number Diff line number Diff line change 5050 core.setOutput("state", membership.state);
5151 core.setOutput("active", membership.state == "active");
5252
53- - uses : actions/checkout@v4
53+ - uses : actions/checkout@v5
5454 with :
5555 ref : " ${{ env.GITHUB_SHA }}"
5656 fetch-depth : 0
Original file line number Diff line number Diff line change 2727 - uses : hmarr/debug-action@v3.0.0
2828
2929 - name : Checkout Actions Hub
30- uses : actions/checkout@v4
30+ uses : actions/checkout@v5
3131 with :
3232 token : " ${{ secrets.GIT_PAT }}"
3333 repository : " HumanSignal/actions-hub"
@@ -48,13 +48,13 @@ jobs:
4848 github_token : " ${{ secrets.GIT_PAT }}"
4949
5050 - name : Checkout ML
51- uses : actions/checkout@v4
51+ uses : actions/checkout@v5
5252 with :
5353 token : " ${{ secrets.GIT_PAT }}"
5454 path : " ${{ env.ML_REPO_PATH }}"
5555
5656 - name : Checkout LSO
57- uses : actions/checkout@v4
57+ uses : actions/checkout@v5
5858 with :
5959 token : " ${{ secrets.GIT_PAT }}"
6060 repository : " ${{ github.repository_owner }}/${{ env.DOCS_REPO_NAME }}"
Original file line number Diff line number Diff line change @@ -25,14 +25,14 @@ jobs:
2525 > [Workflow run](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }})
2626
2727 - name : Checkout
28- uses : actions/checkout@v4
28+ uses : actions/checkout@v5
2929 with :
3030 token : ${{ secrets.GIT_PAT }}
3131 repository : ${{ github.event.client_payload.pull_request.head.repo.full_name }}
3232 ref : ${{ github.event.client_payload.pull_request.head.ref }}
3333
3434 - name : Checkout Actions Hub
35- uses : actions/checkout@v4
35+ uses : actions/checkout@v5
3636 with :
3737 token : ${{ secrets.GIT_PAT }}
3838 repository : HumanSignal/actions-hub
Original file line number Diff line number Diff line change 4141 chmod +x /usr/local/bin/gitleaks
4242
4343 - name : Checkout
44- uses : actions/checkout@v4
44+ uses : actions/checkout@v5
4545 with :
4646 fetch-depth : 0
4747 ref : ${{ github.event.pull_request.head.sha || github.event.after }}
Original file line number Diff line number Diff line change 3131 - uses : hmarr/debug-action@v3.0.0
3232
3333 - name : Checkout
34- uses : actions/checkout@v4
34+ uses : actions/checkout@v5
3535 with :
3636 token : ${{ secrets.GIT_PAT }}
3737 ref : ${{ inputs.ref }}
Original file line number Diff line number Diff line change 3939 steps :
4040 - uses : hmarr/debug-action@v3.0.0
4141
42- - uses : actions/checkout@v4
42+ - uses : actions/checkout@v5
4343 with :
4444 ref : " ${{ inputs.ref || github.ref_name }}"
4545
Original file line number Diff line number Diff line change 5858 echo "BRANCH_NAME=$(echo ${GITHUB_HEAD_REF})" >> $GITHUB_ENV
5959
6060 - name : Checkout
61- uses : actions/checkout@v4
61+ uses : actions/checkout@v5
6262 with :
6363 ref : " ${{ env.GITHUB_SHA }}"
6464
You can’t perform that action at this time.
0 commit comments