Update actions/checkout action to v4 (#12690)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>pull/28217/head
parent
5c50605f52
commit
4fbfc946db
|
@ -7,7 +7,7 @@ jobs:
|
||||||
update:
|
update:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Update matrixdotorg/synapse image
|
- name: Update matrixdotorg/synapse image
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue