File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1717 private_key : ${{ secrets.CT_CHANGESETS_APP_PEM }}
1818
1919 - name : Checkout
20- uses : actions/checkout@v4
20+ uses : actions/checkout@v6
2121 with :
2222 fetch-depth : 0
2323 # Pass a personal access token (using our CT Changesets App) to be able to trigger other workflows
Original file line number Diff line number Diff line change 1515
1616 steps :
1717 - name : Checkout
18- uses : actions/checkout@v4
18+ uses : actions/checkout@v6
1919
2020 - name : Setup
2121 uses : ./.github/actions/ci
3232
3333 steps :
3434 - name : Checkout
35- uses : actions/checkout@v4
35+ uses : actions/checkout@v6
3636
3737 - name : Setup
3838 uses : ./.github/actions/ci
5151
5252 steps :
5353 - name : Checkout
54- uses : actions/checkout@v4
54+ uses : actions/checkout@v6
5555
5656 - name : Setup
5757 uses : ./.github/actions/ci
7070
7171 steps :
7272 - name : Checkout
73- uses : actions/checkout@v4
73+ uses : actions/checkout@v6
7474
7575 - name : Setup
7676 uses : ./.github/actions/ci
@@ -101,7 +101,7 @@ jobs:
101101
102102 steps :
103103 - name : Checkout
104- uses : actions/checkout@v4
104+ uses : actions/checkout@v6
105105
106106 - name : Setup
107107 uses : ./.github/actions/ci
Original file line number Diff line number Diff line change 1919 private_key : ${{ secrets.CT_CHANGESETS_APP_PEM }}
2020
2121 - name : Checkout
22- uses : actions/checkout@v4
22+ uses : actions/checkout@v6
2323 with :
2424 # Pass a personal access token (using our CT Changesets App) to be able to trigger other workflows
2525 # https://help.github.com/en/actions/reference/events-that-trigger-workflows#triggering-new-workflows-using-a-personal-access-token
You can’t perform that action at this time.
0 commit comments