File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 34
34
35
35
steps :
36
36
- name : Checkout code
37
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
37
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
38
38
39
39
- name : Setup pnpm
40
40
uses : pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
Original file line number Diff line number Diff line change 38
38
runs-on : ubuntu-latest
39
39
steps :
40
40
- name : Set up git repository
41
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
41
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
42
42
43
43
- name : Set up Python
44
44
uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
Original file line number Diff line number Diff line change 16
16
17
17
steps :
18
18
- name : Checkout project
19
- uses : actions/checkout@v4
19
+ uses : actions/checkout@v5
20
20
21
21
- name : Setup Node.js
22
22
uses : actions/setup-node@v4
Original file line number Diff line number Diff line change 13
13
contents : read
14
14
15
15
steps :
16
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
16
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
17
17
with :
18
18
fetch-depth : 0 # full history for proper diffing
19
19
Original file line number Diff line number Diff line change 25
25
private-key : " ${{ secrets.BOT_APP_PRIVATE_KEY }}"
26
26
27
27
- name : Set up git repository
28
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
28
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
29
29
with :
30
30
token : " ${{ steps.app-token.outputs.token }}"
31
31
You can’t perform that action at this time.
0 commit comments