Skip to content

Commit 9226246

Browse files
build(deps): bump the github-actions group across 1 directory with 2 updates (#34)
1 parent 2f16401 commit 9226246

12 files changed

Lines changed: 41 additions & 41 deletions

.github/workflows/ci_cpp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
cpp:
3333
runs-on: ubuntu-latest
3434
steps:
35-
- uses: actions/checkout@v6
35+
- uses: actions/checkout@v7
3636
with:
3737
fetch-depth: 0
3838
persist-credentials: false
@@ -54,7 +54,7 @@ jobs:
5454
git config --global user.name 'substrait-packaging-ci'
5555
git config --global user.email 'substrait-packaging-ci@users.noreply.github.com'
5656
- name: Install pixi
57-
uses: prefix-dev/setup-pixi@v0.9.6
57+
uses: prefix-dev/setup-pixi@v0.10.0
5858
with:
5959
pixi-version: v0.62.2
6060
- name: Attach substrait Spec Subtree

.github/workflows/ci_python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
python:
3636
runs-on: ubuntu-latest
3737
steps:
38-
- uses: actions/checkout@v6
38+
- uses: actions/checkout@v7
3939
with:
4040
fetch-depth: 0
4141
persist-credentials: false
@@ -57,7 +57,7 @@ jobs:
5757
git config --global user.name 'substrait-packaging-ci'
5858
git config --global user.email 'substrait-packaging-ci@users.noreply.github.com'
5959
- name: Install pixi
60-
uses: prefix-dev/setup-pixi@v0.9.6
60+
uses: prefix-dev/setup-pixi@v0.10.0
6161
with:
6262
pixi-version: v0.62.2
6363
- name: Attach substrait Spec Subtree

.github/workflows/ci_rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
rust:
3434
runs-on: ubuntu-latest
3535
steps:
36-
- uses: actions/checkout@v6
36+
- uses: actions/checkout@v7
3737
with:
3838
fetch-depth: 0
3939
persist-credentials: false
@@ -55,7 +55,7 @@ jobs:
5555
git config --global user.name 'substrait-packaging-ci'
5656
git config --global user.email 'substrait-packaging-ci@users.noreply.github.com'
5757
- name: Install pixi
58-
uses: prefix-dev/setup-pixi@v0.9.6
58+
uses: prefix-dev/setup-pixi@v0.10.0
5959
with:
6060
pixi-version: v0.62.2
6161
- name: Install Rust

.github/workflows/cpp_antlr.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
tag_name: ${{ steps.resolve.outputs.tag_name }}
4242
tag_exists: ${{ steps.check-tag.outputs.exists }}
4343
steps:
44-
- uses: actions/checkout@v6
44+
- uses: actions/checkout@v7
4545
with:
4646
fetch-depth: 0
4747
persist-credentials: false
@@ -90,14 +90,14 @@ jobs:
9090
git config --global url."https://x-access-token:${{ steps.app-token.outputs.token }}@github.com/".insteadOf https://github.com/
9191
9292
- name: Checkout substrait-packaging
93-
uses: actions/checkout@v6
93+
uses: actions/checkout@v7
9494
with:
9595
token: ${{ steps.app-token.outputs.token }}
9696
fetch-depth: 0
9797
persist-credentials: false
9898

9999
- name: Install pixi
100-
uses: prefix-dev/setup-pixi@v0.9.6
100+
uses: prefix-dev/setup-pixi@v0.10.0
101101
with:
102102
pixi-version: v0.62.2
103103

.github/workflows/cpp_extensions.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
tag_name: ${{ steps.resolve.outputs.tag_name }}
4242
tag_exists: ${{ steps.check-tag.outputs.exists }}
4343
steps:
44-
- uses: actions/checkout@v6
44+
- uses: actions/checkout@v7
4545
with:
4646
fetch-depth: 0
4747
persist-credentials: false
@@ -90,14 +90,14 @@ jobs:
9090
git config --global url."https://x-access-token:${{ steps.app-token.outputs.token }}@github.com/".insteadOf https://github.com/
9191
9292
- name: Checkout substrait-packaging
93-
uses: actions/checkout@v6
93+
uses: actions/checkout@v7
9494
with:
9595
token: ${{ steps.app-token.outputs.token }}
9696
fetch-depth: 0
9797
persist-credentials: false
9898

9999
- name: Install pixi
100-
uses: prefix-dev/setup-pixi@v0.9.6
100+
uses: prefix-dev/setup-pixi@v0.10.0
101101
with:
102102
pixi-version: v0.62.2
103103

.github/workflows/cpp_protobuf.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
tag_name: ${{ steps.resolve.outputs.tag_name }}
4242
tag_exists: ${{ steps.check-tag.outputs.exists }}
4343
steps:
44-
- uses: actions/checkout@v6
44+
- uses: actions/checkout@v7
4545
with:
4646
fetch-depth: 0
4747
persist-credentials: false
@@ -90,14 +90,14 @@ jobs:
9090
git config --global url."https://x-access-token:${{ steps.app-token.outputs.token }}@github.com/".insteadOf https://github.com/
9191
9292
- name: Checkout substrait-packaging
93-
uses: actions/checkout@v6
93+
uses: actions/checkout@v7
9494
with:
9595
token: ${{ steps.app-token.outputs.token }}
9696
fetch-depth: 0
9797
persist-credentials: false
9898

9999
- name: Install pixi
100-
uses: prefix-dev/setup-pixi@v0.9.6
100+
uses: prefix-dev/setup-pixi@v0.10.0
101101
with:
102102
pixi-version: v0.62.2
103103

.github/workflows/python_antlr.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
tag_exists: ${{ steps.check-tag.outputs.exists }}
3232
artifact_exists: ${{ steps.check-artifact.outputs.exists }}
3333
steps:
34-
- uses: actions/checkout@v6
34+
- uses: actions/checkout@v7
3535
with:
3636
fetch-depth: 0
3737
persist-credentials: false
@@ -70,14 +70,14 @@ jobs:
7070
git config --global url."https://x-access-token:${{ steps.app-token.outputs.token }}@github.com/".insteadOf https://github.com/
7171
7272
- name: Checkout substrait-packaging
73-
uses: actions/checkout@v6
73+
uses: actions/checkout@v7
7474
with:
7575
token: ${{ steps.app-token.outputs.token }}
7676
fetch-depth: 0
7777
persist-credentials: false
7878

7979
- name: Install pixi
80-
uses: prefix-dev/setup-pixi@v0.9.6
80+
uses: prefix-dev/setup-pixi@v0.10.0
8181
with:
8282
pixi-version: v0.62.2
8383
- name: Attach and Commit substrait Repo
@@ -122,12 +122,12 @@ jobs:
122122
working-directory: python/substrait-antlr
123123
steps:
124124
- name: Checkout substrait-antlr
125-
uses: actions/checkout@v6
125+
uses: actions/checkout@v7
126126
with:
127127
ref: ${{ env.TAG_NAME }}
128128
fetch-depth: 0
129129
- name: Install pixi
130-
uses: prefix-dev/setup-pixi@v0.9.6
130+
uses: prefix-dev/setup-pixi@v0.10.0
131131
with:
132132
pixi-version: v0.62.2
133133
- name: Build

.github/workflows/python_extensions.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
tag_exists: ${{ steps.check-tag.outputs.exists }}
3232
artifact_exists: ${{ steps.check-artifact.outputs.exists }}
3333
steps:
34-
- uses: actions/checkout@v6
34+
- uses: actions/checkout@v7
3535
with:
3636
fetch-depth: 0
3737
persist-credentials: false
@@ -70,14 +70,14 @@ jobs:
7070
git config --global url."https://x-access-token:${{ steps.app-token.outputs.token }}@github.com/".insteadOf https://github.com/
7171
7272
- name: Checkout substrait-packaging
73-
uses: actions/checkout@v6
73+
uses: actions/checkout@v7
7474
with:
7575
token: ${{ steps.app-token.outputs.token }}
7676
fetch-depth: 0
7777
persist-credentials: false
7878

7979
- name: Install pixi
80-
uses: prefix-dev/setup-pixi@v0.9.6
80+
uses: prefix-dev/setup-pixi@v0.10.0
8181
with:
8282
pixi-version: v0.62.2
8383

@@ -123,7 +123,7 @@ jobs:
123123
working-directory: python/substrait-extensions
124124
steps:
125125
- name: Checkout substrait-extensions
126-
uses: actions/checkout@v6
126+
uses: actions/checkout@v7
127127
with:
128128
ref: ${{ env.TAG_NAME }}
129129
fetch-depth: 0

.github/workflows/python_protobuf.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
tag_exists: ${{ steps.check-tag.outputs.exists }}
3232
artifact_exists: ${{ steps.check-artifact.outputs.exists }}
3333
steps:
34-
- uses: actions/checkout@v6
34+
- uses: actions/checkout@v7
3535
with:
3636
fetch-depth: 0
3737
persist-credentials: false
@@ -70,14 +70,14 @@ jobs:
7070
git config --global url."https://x-access-token:${{ steps.app-token.outputs.token }}@github.com/".insteadOf https://github.com/
7171
7272
- name: Checkout substrait-packaging
73-
uses: actions/checkout@v6
73+
uses: actions/checkout@v7
7474
with:
7575
token: ${{ steps.app-token.outputs.token }}
7676
fetch-depth: 0
7777
persist-credentials: false
7878

7979
- name: Install pixi
80-
uses: prefix-dev/setup-pixi@v0.9.6
80+
uses: prefix-dev/setup-pixi@v0.10.0
8181
with:
8282
pixi-version: v0.62.2
8383

@@ -123,12 +123,12 @@ jobs:
123123
working-directory: python/substrait-protobuf
124124
steps:
125125
- name: Checkout substrait-protobuf
126-
uses: actions/checkout@v6
126+
uses: actions/checkout@v7
127127
with:
128128
ref: ${{ env.TAG_NAME }}
129129
fetch-depth: 0
130130
- name: Install pixi
131-
uses: prefix-dev/setup-pixi@v0.9.6
131+
uses: prefix-dev/setup-pixi@v0.10.0
132132
with:
133133
pixi-version: v0.62.2
134134
- name: Build

.github/workflows/rust_antlr.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
tag_exists: ${{ steps.check-tag.outputs.exists }}
4343
artifact_exists: ${{ steps.check-artifact.outputs.exists }}
4444
steps:
45-
- uses: actions/checkout@v6
45+
- uses: actions/checkout@v7
4646
with:
4747
fetch-depth: 0
4848
persist-credentials: false
@@ -91,14 +91,14 @@ jobs:
9191
git config --global url."https://x-access-token:${{ steps.app-token.outputs.token }}@github.com/".insteadOf https://github.com/
9292
9393
- name: Checkout substrait-packaging
94-
uses: actions/checkout@v6
94+
uses: actions/checkout@v7
9595
with:
9696
token: ${{ steps.app-token.outputs.token }}
9797
fetch-depth: 0
9898
persist-credentials: false
9999

100100
- name: Install pixi
101-
uses: prefix-dev/setup-pixi@v0.9.6
101+
uses: prefix-dev/setup-pixi@v0.10.0
102102
with:
103103
pixi-version: v0.62.2
104104

@@ -146,7 +146,7 @@ jobs:
146146
working-directory: rust/substrait-antlr
147147
steps:
148148
- name: Checkout substrait-antlr
149-
uses: actions/checkout@v6
149+
uses: actions/checkout@v7
150150
with:
151151
ref: ${{ needs.rust-antlr-prechecks.outputs.tag_name }}
152152
fetch-depth: 0

0 commit comments

Comments
 (0)