1313 hook-integrity :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1717
1818 - name : Validate pre-commit hook references
1919 run : python dev/scripts/validate_pre_commit_hooks.py
@@ -23,12 +23,12 @@ jobs:
2323 runs-on : ubuntu-latest
2424
2525 steps :
26- - uses : actions/checkout@v4
26+ - uses : actions/checkout@v5
2727 with :
2828 fetch-depth : 2
2929
3030 - name : Set up Python 3.10
31- uses : actions/setup-python@v5
31+ uses : actions/setup-python@v6
3232 with :
3333 python-version : ' 3.10'
3434 cache : ' pip'
@@ -51,12 +51,12 @@ jobs:
5151 python-version : ['3.10']
5252
5353 steps :
54- - uses : actions/checkout@v4
54+ - uses : actions/checkout@v5
5555 with :
5656 fetch-depth : 2
5757
5858 - name : Set up Python ${{ matrix.python-version }}
59- uses : actions/setup-python@v5
59+ uses : actions/setup-python@v6
6060 with :
6161 python-version : ${{ matrix.python-version }}
6262 cache : ' pip'
@@ -130,12 +130,12 @@ jobs:
130130 OAUTH_PLUGIN_INSTALL_TARGET : llm-interactive-proxy-oauth-connectors
131131
132132 steps :
133- - uses : actions/checkout@v4
133+ - uses : actions/checkout@v5
134134 with :
135135 fetch-depth : 2
136136
137137 - name : Set up Python ${{ matrix.python-version }}
138- uses : actions/setup-python@v5
138+ uses : actions/setup-python@v6
139139 with :
140140 python-version : ${{ matrix.python-version }}
141141 cache : ' pip'
@@ -184,12 +184,12 @@ jobs:
184184 python-version : ['3.10']
185185
186186 steps :
187- - uses : actions/checkout@v4
187+ - uses : actions/checkout@v5
188188 with :
189189 fetch-depth : 2
190190
191191 - name : Set up Python ${{ matrix.python-version }}
192- uses : actions/setup-python@v5
192+ uses : actions/setup-python@v6
193193 with :
194194 python-version : ${{ matrix.python-version }}
195195 cache : ' pip'
0 commit comments