From 0a932ff160dba0c2004879791ee10d5610958ff9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 21:42:10 +0000 Subject: [PATCH] Bump actions/checkout from 3 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 6. - [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/v3...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 129c784..03776e8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,7 +17,7 @@ jobs: with: toolchain: stable - name: Clone Git repository - uses: actions/checkout@v3 + uses: actions/checkout@v6 with: submodules: true - name: Run Rust tests @@ -34,7 +34,7 @@ jobs: run: | cargo install cbindgen - name: Clone Git repository - uses: actions/checkout@v3 + uses: actions/checkout@v6 with: submodules: true - name: Set up Python @@ -78,7 +78,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Clone Git repository - uses: actions/checkout@v3 + uses: actions/checkout@v6 with: submodules: true - name: Install Rust @@ -103,7 +103,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Clone Git repository - uses: actions/checkout@v3 + uses: actions/checkout@v6 with: submodules: true - name: Install Rust version ${{ matrix.rust-version }}