@@ -107,7 +107,7 @@ jobs:
107107
108108 steps :
109109 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
110- - uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
110+ - uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
111111 with :
112112 python-version : " 3.x"
113113 - run : " pip install 'click==8.1.1' 'GitPython>=3.1.20'"
@@ -117,7 +117,7 @@ jobs:
117117 runs-on : ubuntu-latest
118118 steps :
119119 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
120- - uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
120+ - uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
121121 with :
122122 python-version : " 3.x"
123123 - run : .ci/scripts/check_lockfile.py
@@ -199,7 +199,7 @@ jobs:
199199 with :
200200 ref : ${{ github.event.pull_request.head.sha }}
201201 fetch-depth : 0
202- - uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
202+ - uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
203203 with :
204204 python-version : " 3.x"
205205 - run : " pip install 'towncrier>=18.6.0rc1'"
@@ -327,7 +327,7 @@ jobs:
327327 if : ${{ needs.changes.outputs.linting_readme == 'true' }}
328328 steps :
329329 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
330- - uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
330+ - uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
331331 with :
332332 python-version : " 3.x"
333333 - run : " pip install rstcheck"
@@ -377,7 +377,7 @@ jobs:
377377 runs-on : ubuntu-latest
378378 steps :
379379 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
380- - uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
380+ - uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
381381 with :
382382 python-version : " 3.x"
383383 - id : get-matrix
@@ -468,7 +468,7 @@ jobs:
468468 sudo apt-get -qq install build-essential libffi-dev python3-dev \
469469 libxml2-dev libxslt-dev xmlsec1 zlib1g-dev libjpeg-dev libwebp-dev
470470
471- - uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
471+ - uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
472472 with :
473473 python-version : ' 3.9'
474474
@@ -727,7 +727,7 @@ jobs:
727727 - name : Prepare Complement's Prerequisites
728728 run : synapse/.ci/scripts/setup_complement_prerequisites.sh
729729
730- - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
730+ - uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
731731 with :
732732 cache-dependency-path : complement/go.sum
733733 go-version-file : complement/go.mod
0 commit comments