Skip to content

Commit 5c7bbe2

Browse files
committed
Merge branch 'main' of github.com:substrait-io/substrait-python
2 parents dfdd9cf + 2b8bd69 commit 5c7bbe2

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
if: ${{ github.repository == 'substrait-io/substrait-python' }}
1616
steps:
1717
- name: Checkout code
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@v5
1919
with:
2020
submodules: recursive
2121
- name: Set up Python
@@ -41,7 +41,7 @@ jobs:
4141
if: startsWith(github.ref, 'refs/tags/v')
4242
steps:
4343
- name: Download artifact
44-
uses: actions/download-artifact@v4
44+
uses: actions/download-artifact@v5
4545
with:
4646
name: dist
4747
path: dist/
@@ -57,7 +57,7 @@ jobs:
5757
needs: release
5858
steps:
5959
- name: Download artifact
60-
uses: actions/download-artifact@v4
60+
uses: actions/download-artifact@v5
6161
with:
6262
name: dist
6363
path: dist/

.github/workflows/ruff.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ${{ matrix.os }}
2020
steps:
2121
- name: Checkout code
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v5
2323
with:
2424
submodules: recursive
2525
- name: Install uv with python

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ${{ matrix.os }}
2020
steps:
2121
- name: Checkout code
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v5
2323
with:
2424
submodules: recursive
2525
- name: Set up Python

0 commit comments

Comments
 (0)