File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131 DEPLOY_TARGET : ${{ github.event_name == 'push' && 'production' || github.event_name == 'workflow_dispatch' && github.event.inputs.target || 'preview' }}
3232 steps :
3333 - name : Checkout
34- uses : actions/checkout@v6
34+ uses : actions/checkout@v7
3535 with :
3636 fetch-depth : 0
3737
6464 TELEGRAPH_ACCESS_TOKEN : ${{ secrets.TELEGRAPH_ACCESS_TOKEN }}
6565 steps :
6666 - name : Checkout
67- uses : actions/checkout@v6
67+ uses : actions/checkout@v7
6868 with :
6969 fetch-depth : 0
7070
@@ -110,7 +110,7 @@ jobs:
110110 TELEGRAPH_ACCESS_TOKEN : ${{ secrets.TELEGRAPH_ACCESS_TOKEN }}
111111 steps :
112112 - name : Checkout
113- uses : actions/checkout@v6
113+ uses : actions/checkout@v7
114114 with :
115115 fetch-depth : 0
116116
Original file line number Diff line number Diff line change 4848
4949 steps :
5050 - name : Checkout
51- uses : actions/checkout@v6
51+ uses : actions/checkout@v7
5252
5353 - name : Setup Node.js
5454 uses : actions/setup-node@v6
@@ -149,7 +149,7 @@ jobs:
149149
150150 steps :
151151 - name : Checkout
152- uses : actions/checkout@v6
152+ uses : actions/checkout@v7
153153 with :
154154 fetch-depth : 0
155155
You can’t perform that action at this time.
0 commit comments