From ca39300777db4364ef86f6b7db3971a855507d85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 05:32:39 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 6 to 7 in the actions group Bumps the actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `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 dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/android.yml | 2 +- .github/workflows/linux.yml | 2 +- .github/workflows/web.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index aa5ebc3..8f40181 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Restore cache uses: actions/cache/restore@v5 diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 3560e22..03324d7 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -34,7 +34,7 @@ jobs: name: Build Linux (${{ matrix.arch.target-platform }}) steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Install apt dependencies uses: awalsh128/cache-apt-pkgs-action@latest diff --git a/.github/workflows/web.yml b/.github/workflows/web.yml index 75535c9..23a9392 100644 --- a/.github/workflows/web.yml +++ b/.github/workflows/web.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Setup cache uses: actions/cache@v5