File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2929 runs-on : ubuntu-latest
3030 steps :
3131 - name : Check out code
32- uses : actions/checkout@v3
32+ uses : actions/checkout@v4
3333 with :
3434 ref : " ${{ github.event.pull_request.merge_commit_sha }}"
3535
6868 runs-on : ubuntu-latest
6969 steps :
7070 - name : Check out code
71- uses : actions/checkout@v3
71+ uses : actions/checkout@v4
7272 with :
7373 ref : " ${{ github.event.pull_request.merge_commit_sha }}"
7474
@@ -107,7 +107,7 @@ jobs:
107107 runs-on : ubuntu-latest
108108 steps :
109109 - name : Check out code
110- uses : actions/checkout@v3
110+ uses : actions/checkout@v4
111111 with :
112112 ref : " ${{ github.event.pull_request.merge_commit_sha }}"
113113
@@ -146,7 +146,7 @@ jobs:
146146 runs-on : ubuntu-latest
147147 steps :
148148 - name : Check out code
149- uses : actions/checkout@v3
149+ uses : actions/checkout@v4
150150 with :
151151 ref : " ${{ github.event.pull_request.merge_commit_sha }}"
152152
@@ -185,7 +185,7 @@ jobs:
185185 runs-on : ubuntu-latest
186186 steps :
187187 - name : Check out code
188- uses : actions/checkout@v3
188+ uses : actions/checkout@v4
189189 with :
190190 ref : " ${{ github.event.pull_request.merge_commit_sha }}"
191191
You can’t perform that action at this time.
0 commit comments