File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 45
45
steps :
46
46
47
47
- name : Checkout
48
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
48
+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
49
49
with :
50
50
token : ${{ secrets.SPEC_RENDERER_BOT_PAT }}
51
51
fetch-depth : 0
@@ -122,7 +122,7 @@ jobs:
122
122
timeout-minutes : 20
123
123
steps :
124
124
- name : Checkout
125
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
125
+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
126
126
with :
127
127
token : ${{ secrets.SPEC_RENDERER_BOT_PAT }}
128
128
fetch-depth : 0
Original file line number Diff line number Diff line change 8
8
if : ${{ github.actor != 'dependabot[bot]' && github.actor != 'renovate[bot]' }}
9
9
runs-on : ubuntu-latest
10
10
steps :
11
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
11
+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
12
12
with :
13
13
fetch-depth : 0
14
14
Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
steps :
11
11
- name : Checkout Source Code
12
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
12
+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
13
13
14
14
- name : Remove preview consumption comment
15
15
uses : marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405 # v2.9.4
Original file line number Diff line number Diff line change 15
15
timeout-minutes : 20
16
16
steps :
17
17
- name : Checkout
18
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
18
+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
19
19
20
20
- name : Setup PNPM with Dependencies
21
21
uses : ./.github/actions/setup-pnpm-with-dependencies/
You can’t perform that action at this time.
0 commit comments