File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 34
34
35
35
steps :
36
36
- name : Checkout
37
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
37
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
38
38
with :
39
39
fetch-depth : 0 # attempting to get all branch names.
40
40
65
65
# commit_message: "🤖 Creating gh-pages branch"
66
66
67
67
- name : Checkout GitHub Pages branch for code coverage report
68
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
68
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
69
69
with :
70
70
ref : gh-pages
71
71
path : gh-pages
Original file line number Diff line number Diff line change 22
22
steps :
23
23
24
24
- name : Checkout
25
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
25
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
26
26
27
27
# User PHP 7.4 here for compatibility with the WordPress codesniffer rules.
28
28
- name : Setup PHP
You can’t perform that action at this time.
0 commit comments