This is an automated email from the ASF dual-hosted git repository.

alamb pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-rs-object-store.git


The following commit(s) were added to refs/heads/main by this push:
     new 74f7a96  build(deps): bump actions/checkout from 6 to 7 (#768)
74f7a96 is described below

commit 74f7a96dc351670c7b8694c2b474c8b6cd4d6d0c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 22 09:39:58 2026 -0400

    build(deps): bump actions/checkout from 6 to 7 (#768)
    
    Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/actions/checkout/compare/v6...v7)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: '7'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 .github/workflows/audit.yml |  2 +-
 .github/workflows/ci.yml    | 10 +++++-----
 .github/workflows/dev.yml   |  2 +-
 .github/workflows/rust.yml  |  4 ++--
 .github/workflows/typos.yml |  2 +-
 5 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml
index 9f63155..e827262 100644
--- a/.github/workflows/audit.yml
+++ b/.github/workflows/audit.yml
@@ -36,7 +36,7 @@ jobs:
     name: Audit
     runs-on: ubuntu-latest
     steps:
-      - uses: actions/checkout@v6
+      - uses: actions/checkout@v7
       - name: Install cargo-audit
         run: cargo install cargo-audit --locked
       - name: Run audit check
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 7c232de..3d3204f 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -36,7 +36,7 @@ jobs:
     container:
       image: amd64/rust
     steps:
-      - uses: actions/checkout@v6
+      - uses: actions/checkout@v7
       - name: Setup Clippy
         run: rustup component add clippy
       - name: Verify base features do not enable TLS/signing crypto crates
@@ -145,7 +145,7 @@ jobs:
     env:
       RUSTDOCFLAGS: "-Dwarnings"
     steps:
-      - uses: actions/checkout@v6
+      - uses: actions/checkout@v7
       - name: Run cargo doc
         run: cargo doc --document-private-items --no-deps --all-features
 
@@ -181,7 +181,7 @@ jobs:
       GOOGLE_SERVICE_ACCOUNT: "/tmp/gcs.json"
 
     steps:
-      - uses: actions/checkout@v6
+      - uses: actions/checkout@v7
 
       # We are forced to use docker commands instead of service containers as 
we need to override the entrypoints
       # which is currently not supported - 
https://github.com/actions/runner/discussions/1872
@@ -268,7 +268,7 @@ jobs:
     container:
       image: amd64/rust
     steps:
-      - uses: actions/checkout@v6
+      - uses: actions/checkout@v7
         with:
           submodules: true
       - name: Install clang (needed for ring)
@@ -303,7 +303,7 @@ jobs:
     name: cargo test LocalFileSystem (win64)
     runs-on: windows-latest
     steps:
-      - uses: actions/checkout@v6
+      - uses: actions/checkout@v7
         with:
           submodules: true
       - name: Run LocalFileSystem tests
diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml
index b7b14ba..ba39d9b 100644
--- a/.github/workflows/dev.yml
+++ b/.github/workflows/dev.yml
@@ -34,7 +34,7 @@ jobs:
     name: Release Audit Tool (RAT)
     runs-on: ubuntu-latest
     steps:
-      - uses: actions/checkout@v6
+      - uses: actions/checkout@v7
       - name: Setup Python
         uses: actions/setup-python@v6
         with:
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
index 0b439a9..301c72f 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -37,7 +37,7 @@ jobs:
     container:
       image: amd64/rust
     steps:
-      - uses: actions/checkout@v6
+      - uses: actions/checkout@v7
       - name: Setup rustfmt
         run: rustup component add rustfmt
       - name: Format object_store
@@ -49,7 +49,7 @@ jobs:
     container:
       image: amd64/rust
     steps:
-      - uses: actions/checkout@v6
+      - uses: actions/checkout@v7
       - name: Install cargo-msrv
         run: cargo install cargo-msrv --locked
       - name: Check
diff --git a/.github/workflows/typos.yml b/.github/workflows/typos.yml
index 58481d5..2aa9a6d 100644
--- a/.github/workflows/typos.yml
+++ b/.github/workflows/typos.yml
@@ -33,7 +33,7 @@ jobs:
     name: Check for typos
     runs-on: ubuntu-latest
     steps:
-      - uses: actions/checkout@v6
+      - uses: actions/checkout@v7
       - name: Install typos
         uses: taiki-e/install-action@v2
         with:

Reply via email to