From 9afe81d125cadab0f4c85fddcdf7ef2807a21b7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 13:44:33 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 4 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 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/v4...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/ci.yml | 2 +- .github/workflows/lint.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 184b3e92..86bd09a5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: TYPESENSE_ENABLE_CORS: true TYPESENSE_URL: 'http://localhost:8108' steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Cache .cargo and target uses: actions/cache@v4 with: diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 93790a25..bd4506b1 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -19,7 +19,7 @@ jobs: env: TZ: '/usr/share/zoneinfo/your/location' steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Cache .cargo and target uses: actions/cache@v4 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index efc7ac8d..4767a8e1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,7 +9,7 @@ jobs: permissions: id-token: write # Required for OIDC token exchange steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: rust-lang/crates-io-auth-action@v1 id: auth