1717 name : Search for forbidden patterns
1818 runs-on : ubuntu-latest
1919 steps :
20- - uses : actions/checkout@v5
20+ - uses : actions/checkout@v6
2121 - name : Add SSH private keys for submodule repositories
2222 uses : webfactory/ssh-agent@a6f90b1f127823b31d4d4a8d96047790581349bd # v0.9.1
2323 if : ${{ github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == 'element-hq/element-x-android' }}
3333 name : Search for invalid screenshot files
3434 runs-on : ubuntu-latest
3535 steps :
36- - uses : actions/checkout@v5
36+ - uses : actions/checkout@v6
3737 - name : Set up Python 3.12
3838 uses : actions/setup-python@v6
3939 with :
4545 name : Search for invalid dependencies
4646 runs-on : ubuntu-latest
4747 steps :
48- - uses : actions/checkout@v5
48+ - uses : actions/checkout@v6
4949 - name : Use JDK 21
5050 uses : actions/setup-java@v5
5151 with :
7171 group : ${{ github.ref == 'refs/heads/main' && format('check-konsist-main-{0}', github.sha) || github.ref == 'refs/heads/develop' && format('check-konsist-develop-{0}', github.sha) || format('check-konsist-{0}', github.ref) }}
7272 cancel-in-progress : true
7373 steps :
74- - uses : actions/checkout@v5
74+ - uses : actions/checkout@v6
7575 with :
7676 # Ensure we are building the branch and not the branch after being merged on develop
7777 # https://github.com/actions/checkout/issues/881
@@ -111,7 +111,7 @@ jobs:
111111 group : ${{ github.ref == 'refs/heads/main' && format('check-compose-main-{0}', github.sha) || github.ref == 'refs/heads/develop' && format('check-compose-develop-{0}', github.sha) || format('check-compose-{0}', github.ref) }}
112112 cancel-in-progress : true
113113 steps :
114- - uses : actions/checkout@v5
114+ - uses : actions/checkout@v6
115115 with :
116116 # Ensure we are building the branch and not the branch after being merged on develop
117117 # https://github.com/actions/checkout/issues/881
@@ -144,7 +144,7 @@ jobs:
144144 group : ${{ github.ref == 'refs/heads/main' && format('check-lint-main-{0}', github.sha) || github.ref == 'refs/heads/develop' && format('check-lint-develop-{0}', github.sha) || format('check-lint-{0}', github.ref) }}
145145 cancel-in-progress : true
146146 steps :
147- - uses : actions/checkout@v5
147+ - uses : actions/checkout@v6
148148 with :
149149 # Ensure we are building the branch and not the branch after being merged on develop
150150 # https://github.com/actions/checkout/issues/881
@@ -188,7 +188,7 @@ jobs:
188188 group : ${{ github.ref == 'refs/heads/main' && format('check-detekt-main-{0}', github.sha) || github.ref == 'refs/heads/develop' && format('check-detekt-develop-{0}', github.sha) || format('check-detekt-{0}', github.ref) }}
189189 cancel-in-progress : true
190190 steps :
191- - uses : actions/checkout@v5
191+ - uses : actions/checkout@v6
192192 with :
193193 # Ensure we are building the branch and not the branch after being merged on develop
194194 # https://github.com/actions/checkout/issues/881
@@ -228,7 +228,7 @@ jobs:
228228 group : ${{ github.ref == 'refs/heads/main' && format('check-ktlint-main-{0}', github.sha) || github.ref == 'refs/heads/develop' && format('check-ktlint-develop-{0}', github.sha) || format('check-ktlint-{0}', github.ref) }}
229229 cancel-in-progress : true
230230 steps :
231- - uses : actions/checkout@v5
231+ - uses : actions/checkout@v6
232232 with :
233233 # Ensure we are building the branch and not the branch after being merged on develop
234234 # https://github.com/actions/checkout/issues/881
@@ -268,7 +268,7 @@ jobs:
268268 group : ${{ github.ref == 'refs/heads/main' && format('check-knit-main-{0}', github.sha) || github.ref == 'refs/heads/develop' && format('check-knit-develop-{0}', github.sha) || format('check-knit-{0}', github.ref) }}
269269 cancel-in-progress : true
270270 steps :
271- - uses : actions/checkout@v5
271+ - uses : actions/checkout@v6
272272 with :
273273 # Ensure we are building the branch and not the branch after being merged on develop
274274 # https://github.com/actions/checkout/issues/881
@@ -299,7 +299,7 @@ jobs:
299299 name : Check shell scripts
300300 runs-on : ubuntu-latest
301301 steps :
302- - uses : actions/checkout@v5
302+ - uses : actions/checkout@v6
303303 - name : Run shellcheck
304304305305 with :
@@ -311,7 +311,7 @@ jobs:
311311 needs : [konsist, lint, ktlint, detekt]
312312 if : ${{ github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == 'element-hq/element-x-android' }}
313313 steps :
314- - uses : actions/checkout@v5
314+ - uses : actions/checkout@v6
315315 with :
316316 # Ensure we are building the branch and not the branch after being merged on develop
317317 # https://github.com/actions/checkout/issues/881
0 commit comments