From 237b6001b0313be03fc68aed7c4539a093889ebb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 08:32:45 +0000 Subject: [PATCH] Bump actions/checkout from 6 to 7 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] --- .github/workflows/dependency_submission.yml | 2 +- .github/workflows/new-sentry-cli-release.yml | 2 +- .github/workflows/publish-snapshots.yml | 2 +- .github/workflows/publish.yml | 2 +- .github/workflows/test-agp-variants.yml | 2 +- .github/workflows/test-plugin.yml | 4 ++-- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/dependency_submission.yml b/.github/workflows/dependency_submission.yml index 1ed604d..053840c 100644 --- a/.github/workflows/dependency_submission.yml +++ b/.github/workflows/dependency_submission.yml @@ -10,7 +10,7 @@ jobs: permissions: contents: write steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Setup JDK 17 uses: actions/setup-java@v5 diff --git a/.github/workflows/new-sentry-cli-release.yml b/.github/workflows/new-sentry-cli-release.yml index c81ce17..f98e9b6 100644 --- a/.github/workflows/new-sentry-cli-release.yml +++ b/.github/workflows/new-sentry-cli-release.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout your repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Get current Sentry CLI version id: current-version diff --git a/.github/workflows/publish-snapshots.yml b/.github/workflows/publish-snapshots.yml index c8bb6eb..ee76059 100644 --- a/.github/workflows/publish-snapshots.yml +++ b/.github/workflows/publish-snapshots.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Publish to Github Packages run: ./gradlew publishAllPublicationsToGitHubPackagesRepository -PGPG_SIGNING_REQUIRED -PgithubPackages.user=$GITHUB_ACTOR -PgithubPackages.key=${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a2ca3aa..04a3054 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Publish to Github Packages run: ./gradlew publishAllPublicationsToGitHubPackagesRepository -PGPG_SIGNING_REQUIRED -PgithubPackages.user=$GITHUB_ACTOR -PgithubPackages.key=${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/test-agp-variants.yml b/.github/workflows/test-agp-variants.yml index 8e83d74..bca99df 100644 --- a/.github/workflows/test-agp-variants.yml +++ b/.github/workflows/test-agp-variants.yml @@ -20,7 +20,7 @@ jobs: agp_version: [ '8.11.2', '8.12.3', '8.13.2', '9.0.0', '9.1.0-alpha08' ] steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Cache Gradle uses: actions/cache@v5 diff --git a/.github/workflows/test-plugin.yml b/.github/workflows/test-plugin.yml index 95f762f..eb4f810 100644 --- a/.github/workflows/test-plugin.yml +++ b/.github/workflows/test-plugin.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Cache Gradle uses: actions/cache@v5 @@ -44,7 +44,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Cache Gradle uses: actions/cache@v5