File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 28
28
- 16
29
29
steps :
30
30
- name : Checkout Master
31
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
31
+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
32
32
- name : Setup env
33
33
uses : the-guild-org/shared-config/setup@main
34
34
with :
49
49
- 16
50
50
steps :
51
51
- name : Checkout Master
52
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
52
+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
53
53
- name : Setup env
54
54
uses : the-guild-org/shared-config/setup@main
55
55
with :
72
72
runs-on : ubuntu-latest
73
73
steps :
74
74
- name : Checkout Master
75
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
75
+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
76
76
- name : Setup env
77
77
uses : the-guild-org/shared-config/setup@main
78
78
with :
Original file line number Diff line number Diff line change 18
18
if : github.event.pull_request.head.repo.full_name == github.repository || github.event_name == 'push'
19
19
steps :
20
20
- name : checkout
21
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
21
+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
22
22
with :
23
23
fetch-depth : 0
24
24
You can’t perform that action at this time.
0 commit comments