Skip to content

Commit 276ee09

Browse files
authored
ci: Bump GHA actions to modern runner (#8922)
* ci: Bump actions/setup-python to v5 * ci: Bump actions/github-script to v7 * ci: Bump docker/build-push-action action to v6
1 parent 540fabe commit 276ee09

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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: |

.github/workflows/rust-cubesql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 }}

.github/workflows/rust-cubestore-master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

.github/workflows/rust-cubestore.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
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

0 commit comments

Comments
 (0)