From 38c9844673c29ae88a25d64535cd9f6a4c403000 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 12:29:47 +0000 Subject: [PATCH] ci(deps): 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/deploy-origins.yml | 8 ++++---- .github/workflows/deploy-proxy.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/deploy-origins.yml b/.github/workflows/deploy-origins.yml index fccdf4b..56597e5 100644 --- a/.github/workflows/deploy-origins.yml +++ b/.github/workflows/deploy-origins.yml @@ -63,7 +63,7 @@ jobs: site: ${{ steps.filter.outputs.site }} steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 @@ -121,7 +121,7 @@ jobs: contents: read steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Verify required secrets are present env: @@ -179,7 +179,7 @@ jobs: contents: read steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: # sentry_dart_plugin reads git refs when stamping the release. # Shallow clones drop those refs and break the upload. @@ -266,7 +266,7 @@ jobs: contents: read steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Verify required secrets are present env: diff --git a/.github/workflows/deploy-proxy.yml b/.github/workflows/deploy-proxy.yml index 2003646..8b49de4 100644 --- a/.github/workflows/deploy-proxy.yml +++ b/.github/workflows/deploy-proxy.yml @@ -38,7 +38,7 @@ jobs: contents: read steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Verify required secrets are present env: