File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 98
98
echo "::endgroup::"
99
99
100
100
- name : Checkout repository (${{ inputs.test-infra-repository }}@${{ inputs.test-infra-ref }})
101
- uses : actions/checkout@v3
101
+ uses : actions/checkout@v4
102
102
with :
103
103
# Support the use case where we need to checkout someone's fork
104
104
repository : ${{ inputs.test-infra-repository }}
@@ -111,7 +111,7 @@ jobs:
111
111
python-version : ${{ inputs.python-version }}
112
112
113
113
- name : Checkout repository (${{ inputs.repository || github.repository }}@${{ inputs.ref }})
114
- uses : actions/checkout@v3
114
+ uses : actions/checkout@v4
115
115
with :
116
116
# Support the use case where we need to checkout someone's fork
117
117
repository : ${{ inputs.repository || github.repository }}
You can’t perform that action at this time.
0 commit comments