2020 - name : Use HTTPS instead of SSH for Git cloning
2121 run :
git config --global url.https://github.com/.insteadOf ssh://[email protected] / 2222 - name : Checkout project
23- uses : actions/checkout@v3
23+ uses : actions/checkout@v5
2424 - name : Run GitHub Action for ORT
2525 uses : oss-review-toolkit/ort-ci-github-action@main
2626` ` `
6262 - name : Use HTTPS instead of SSH for Git cloning
6363 run :
git config --global url.https://github.com/.insteadOf ssh://[email protected] / 6464 - name : Checkout project
65- uses : actions/checkout@v3
65+ uses : actions/checkout@v5
6666 with :
6767 repository : ' jshttp/mime-types'
6868 - name : Run GitHub Action for ORT
8484 - name : Use HTTPS instead of SSH for Git cloning
8585 run :
git config --global url.https://github.com/.insteadOf ssh://[email protected] / 8686 - name : Checkout project
87- uses : actions/checkout@v3
87+ uses : actions/checkout@v5
8888 with :
8989 repository : ' jshttp/mime-types'
9090 - name : Run GitHub Action for ORT
@@ -114,7 +114,7 @@ jobs:
114114 - name: Use HTTPS instead of SSH for Git cloning
115115 run: git config --global url.https://github.com/.insteadOf ssh://[email protected] / 116116 - name: Checkout project
117- uses: actions/checkout@v3
117+ uses: actions/checkout@v5
118118 with:
119119 repository: 'jshttp/mime-types'
120120 - name: Run GitHub Action for ORT
@@ -136,7 +136,7 @@ jobs:
136136 runs-on: ubuntu-latest
137137 steps:
138138 - name: Checkout project
139- uses: actions/checkout@v3
139+ uses: actions/checkout@v5
140140 with:
141141 repository: 'jshttp/mime-types'
142142 - name: Add .netrc
@@ -182,7 +182,7 @@ jobs:
182182 git config --global url."https://oauth2:${{ secrets.PERSONAL_TOKEN_2 }}@git.example.com/".insteadOf "ssh://[email protected] /" 183183 git config --global url."https://oauth2:${{ secrets.PERSONAL_TOKEN_2 }}@git.example.com/".insteadOf "https://git.example.com/"
184184 - name: Checkout project
185- uses: actions/checkout@v3
185+ uses: actions/checkout@v5
186186 with:
187187 repository: 'example-org/alpha'
188188 ref: 'master'
@@ -216,7 +216,7 @@ jobs:
216216 sw-name: beta
217217 runs-on: ubuntu-latest
218218 steps:
219- - uses: actions/checkout@v3
219+ - uses: actions/checkout@v5
220220 with:
221221 repository: ${{ matrix.repository }}
222222 - uses: oss-review-toolkit/ort-ci-github-action@main
@@ -240,7 +240,7 @@ jobs:
240240 - name: Use HTTPS instead of SSH for Git cloning
241241 run: git config --global url.https://github.com/.insteadOf ssh://[email protected] / 242242 - name: Checkout project
243- uses: actions/checkout@v3
243+ uses: actions/checkout@v5
244244 with:
245245 repository: 'jshttp/mime-types'
246246 - name: Run GitHub Action for ORT
@@ -260,7 +260,7 @@ jobs:
260260 - name: Use HTTPS instead of SSH for Git cloning
261261 run: git config --global url.https://github.com/.insteadOf ssh://[email protected] / 262262 - name: Checkout project
263- uses: actions/checkout@v3
263+ uses: actions/checkout@v5
264264 - name: Run GitHub Action for ORT
265265 uses: oss-review-toolkit/ort-ci-github-action@main
266266 with:
@@ -286,7 +286,7 @@ jobs:
286286 - name: Use HTTPS instead of SSH for Git cloning
287287 run: git config --global url.https://github.com/.insteadOf ssh://[email protected] / 288288 - name: Checkout project
289- uses: actions/checkout@v3
289+ uses: actions/checkout@v5
290290 with:
291291 repository: 'jshttp/mime-types'
292292 ref: '2.1.35'
@@ -309,7 +309,7 @@ jobs:
309309 runs-on: ubuntu-latest
310310 steps:
311311 - name: Checkout project
312- uses: actions/checkout@v3
312+ uses: actions/checkout@v5
313313 - name: Run GitHub Action for ORT
314314 uses: oss-review-toolkit/ort-ci-github-action@main
315315 with:
0 commit comments