Skip to content

Commit f864a37

Browse files
chore(deps): bump actions/checkout from 6 to 7 (#995)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1231444 commit f864a37

12 files changed

Lines changed: 27 additions & 27 deletions

.github/workflows/assign-reviewer-write.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
github.event.workflow_run.conclusion == 'success'
3939
steps:
4040
- name: Checkout reviewers config
41-
uses: actions/checkout@v6
41+
uses: actions/checkout@v7
4242
with:
4343
repository: apache/sedona-db
4444
ref: main

.github/workflows/dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
pre-commit:
3232
runs-on: ubuntu-latest
3333
steps:
34-
- uses: actions/checkout@v6
34+
- uses: actions/checkout@v7
3535
with:
3636
fetch-depth: 0
3737
persist-credentials: false

.github/workflows/examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
CARGO_INCREMENTAL: 0
6161

6262
steps:
63-
- uses: actions/checkout@v6
63+
- uses: actions/checkout@v7
6464
- name: Use stable Rust
6565
id: rust
6666
run: |

.github/workflows/packaging.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
source:
4444
runs-on: ubuntu-latest
4545
steps:
46-
- uses: actions/checkout@v6
46+
- uses: actions/checkout@v7
4747
with:
4848
fetch-depth: 0
4949
submodules: 'true'
@@ -94,7 +94,7 @@ jobs:
9494
contents: write
9595

9696
steps:
97-
- uses: actions/checkout@v6
97+
- uses: actions/checkout@v7
9898
with:
9999
fetch-depth: 0
100100
submodules: 'true'
@@ -106,7 +106,7 @@ jobs:
106106
- uses: quarto-dev/quarto-actions/setup@v2
107107

108108
- name: Clone vcpkg
109-
uses: actions/checkout@v6
109+
uses: actions/checkout@v7
110110
with:
111111
repository: microsoft/vcpkg
112112
ref: ${{ env.VCPKG_REF }}

.github/workflows/python-wheels.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
runs-on: windows-2022
4949

5050
steps:
51-
- uses: actions/checkout@v6
51+
- uses: actions/checkout@v7
5252
with:
5353
submodules: 'true'
5454
fetch-depth: 0
@@ -59,7 +59,7 @@ jobs:
5959
delvewheel: "true"
6060

6161
- name: Clone vcpkg
62-
uses: actions/checkout@v6
62+
uses: actions/checkout@v7
6363
with:
6464
repository: microsoft/vcpkg
6565
ref: ${{ env.VCPKG_REF }}
@@ -86,7 +86,7 @@ jobs:
8686
runs-on: macOS-latest
8787

8888
steps:
89-
- uses: actions/checkout@v6
89+
- uses: actions/checkout@v7
9090
with:
9191
submodules: 'true'
9292
fetch-depth: 0
@@ -97,7 +97,7 @@ jobs:
9797
cache-bin: "false"
9898

9999
- name: Clone vcpkg
100-
uses: actions/checkout@v6
100+
uses: actions/checkout@v7
101101
with:
102102
repository: microsoft/vcpkg
103103
ref: ${{ env.VCPKG_REF }}
@@ -121,7 +121,7 @@ jobs:
121121
runs-on: macos-15-intel
122122

123123
steps:
124-
- uses: actions/checkout@v6
124+
- uses: actions/checkout@v7
125125
with:
126126
submodules: 'true'
127127
fetch-depth: 0
@@ -132,7 +132,7 @@ jobs:
132132
cache-bin: "false"
133133

134134
- name: Clone vcpkg
135-
uses: actions/checkout@v6
135+
uses: actions/checkout@v7
136136
with:
137137
repository: microsoft/vcpkg
138138
ref: ${{ env.VCPKG_REF }}
@@ -163,7 +163,7 @@ jobs:
163163
- {os: "ubuntu-24.04-arm", label: "linux-arm64", arch: "aarch64"}
164164

165165
steps:
166-
- uses: actions/checkout@v6
166+
- uses: actions/checkout@v7
167167
with:
168168
submodules: 'true'
169169
fetch-depth: 0

.github/workflows/python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
env:
5858
CARGO_INCREMENTAL: 0
5959
steps:
60-
- uses: actions/checkout@v6
60+
- uses: actions/checkout@v7
6161
with:
6262
submodules: 'true'
6363

@@ -67,7 +67,7 @@ jobs:
6767
cache: 'pip'
6868

6969
- name: Clone vcpkg
70-
uses: actions/checkout@v6
70+
uses: actions/checkout@v7
7171
with:
7272
repository: microsoft/vcpkg
7373
ref: ${{ env.VCPKG_REF }}

.github/workflows/r-extended.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
R_KEEP_PKG_SOURCE: yes
4747

4848
steps:
49-
- uses: actions/checkout@v6
49+
- uses: actions/checkout@v7
5050
- uses: r-lib/actions/setup-pandoc@v2
5151
- uses: r-lib/actions/setup-r@v2
5252
with:

.github/workflows/r.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
format:
3636
runs-on: ubuntu-latest
3737
steps:
38-
- uses: actions/checkout@v6
38+
- uses: actions/checkout@v7
3939

4040
# Run air format
4141
- run: curl -LsSf https://github.com/posit-dev/air/releases/latest/download/air-installer.sh | sh
@@ -62,7 +62,7 @@ jobs:
6262
R_KEEP_PKG_SOURCE: yes
6363

6464
steps:
65-
- uses: actions/checkout@v6
65+
- uses: actions/checkout@v7
6666
- uses: r-lib/actions/setup-r@v2
6767
with:
6868
r-version: ${{ matrix.config.r }}

.github/workflows/rust-gpu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,12 @@ jobs:
8181

8282

8383
steps:
84-
- uses: actions/checkout@v6
84+
- uses: actions/checkout@v7
8585
with:
8686
submodules: 'recursive'
8787

8888
- name: Clone vcpkg
89-
uses: actions/checkout@v6
89+
uses: actions/checkout@v7
9090
with:
9191
repository: microsoft/vcpkg
9292
ref: ${{ env.VCPKG_REF }}

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,12 @@ jobs:
6262
# Limit parallel compilation to reduce memory pressure
6363
CARGO_BUILD_JOBS: 2
6464
steps:
65-
- uses: actions/checkout@v6
65+
- uses: actions/checkout@v7
6666
with:
6767
submodules: 'true'
6868

6969
- name: Clone vcpkg
70-
uses: actions/checkout@v6
70+
uses: actions/checkout@v7
7171
with:
7272
repository: microsoft/vcpkg
7373
ref: ${{ env.VCPKG_REF }}

0 commit comments

Comments
 (0)