From 2bc51283968c82c951009c83a87a9f7c02bdc44e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Mar 2026 05:05:06 +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/sync-to-mono.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3c8b65f..16e8bbe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: build-and-test: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Cache Rust uses: Swatinem/rust-cache@v2 diff --git a/.github/workflows/sync-to-mono.yml b/.github/workflows/sync-to-mono.yml index 4536d3a..13e676a 100644 --- a/.github/workflows/sync-to-mono.yml +++ b/.github/workflows/sync-to-mono.yml @@ -11,11 +11,11 @@ jobs: sync: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: path: standalone - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: repository: resq-software/resQ token: ${{ secrets.SYNC_TOKEN }}