File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -191,7 +191,7 @@ jobs:
191191 components : rustfmt
192192 target : ${{ matrix.target }}
193193 - name : Install Python
194- uses : actions/setup-python@v4
194+ uses : actions/setup-python@v5
195195 if : (matrix.python-version != 'fallback')
196196 with :
197197 python-version : ${{ matrix.python-version }}
@@ -265,7 +265,7 @@ jobs:
265265 rustflags : " "
266266 components : rustfmt
267267 - name : Install Python
268- uses : actions/setup-python@v4
268+ uses : actions/setup-python@v5
269269 if : (matrix.python-version != 'fallback')
270270 with :
271271 python-version : ${{ matrix.python-version }}
@@ -807,7 +807,7 @@ jobs:
807807 - name : Checkout
808808 uses : actions/checkout@v4
809809 - name : Trigger runtime
810- uses : actions/github-script@v6
810+ uses : actions/github-script@v7
811811 with :
812812 github-token : ${{ secrets.GH_TRIGGER_TOKEN }}
813813 script : |
Original file line number Diff line number Diff line change @@ -245,7 +245,7 @@ jobs:
245245 components : rustfmt
246246 target : ${{ matrix.target }}
247247 - name : Install Python
248- uses : actions/setup-python@v4
248+ uses : actions/setup-python@v5
249249 if : (matrix.python-version != 'fallback')
250250 with :
251251 python-version : ${{ matrix.python-version }}
@@ -327,7 +327,7 @@ jobs:
327327 rustflags : " "
328328 components : rustfmt
329329 - name : Install Python
330- uses : actions/setup-python@v4
330+ uses : actions/setup-python@v5
331331 if : (matrix.python-version != 'fallback')
332332 with :
333333 python-version : ${{ matrix.python-version }}
Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ jobs:
149149 - name : Set up Docker Buildx
150150 uses : docker/setup-buildx-action@v3
151151 - name : Push to Docker Hub
152- uses : docker/build-push-action@v3
152+ uses : docker/build-push-action@v6
153153 with :
154154 context : ./rust/cubestore
155155 file : ./rust/cubestore/Dockerfile
Original file line number Diff line number Diff line change 9797 - name : Set up Docker Buildx
9898 uses : docker/setup-buildx-action@v3
9999 - name : Build only
100- uses : docker/build-push-action@v3
100+ uses : docker/build-push-action@v6
101101 with :
102102 context : ./rust/cubestore/
103103 file : ./rust/cubestore/Dockerfile
You can’t perform that action at this time.
0 commit comments