From 4ac8a90ec8c0fc17d192dae5a3ed6ef718400665 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 15:52:53 +0000 Subject: [PATCH] build(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/docs-deploy.yml | 2 +- .github/workflows/docs-test.yml | 4 ++-- .github/workflows/go-mod-validation.yml | 2 +- .github/workflows/pull-request-main-nix.yml | 2 +- .github/workflows/pull-request-main.yml | 2 +- .github/workflows/push-main.yml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/docs-deploy.yml b/.github/workflows/docs-deploy.yml index 86849708..b3ced497 100644 --- a/.github/workflows/docs-deploy.yml +++ b/.github/workflows/docs-deploy.yml @@ -18,7 +18,7 @@ jobs: permissions: contents: read steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/docs-test.yml b/.github/workflows/docs-test.yml index d8f6b73c..cdbcee8a 100644 --- a/.github/workflows/docs-test.yml +++ b/.github/workflows/docs-test.yml @@ -26,7 +26,7 @@ jobs: docs: ${{ steps.filter.outputs.docs }} steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 @@ -48,7 +48,7 @@ jobs: contents: read steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/go-mod-validation.yml b/.github/workflows/go-mod-validation.yml index 46fd1634..e0d98847 100644 --- a/.github/workflows/go-mod-validation.yml +++ b/.github/workflows/go-mod-validation.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest if: ${{ github.event_name == 'pull_request' }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Validate go.mod uses: smartcontractkit/.github/apps/go-mod-validator@go-mod-validator/v1 diff --git a/.github/workflows/pull-request-main-nix.yml b/.github/workflows/pull-request-main-nix.yml index 191c21d2..86b4e7fc 100644 --- a/.github/workflows/pull-request-main-nix.yml +++ b/.github/workflows/pull-request-main-nix.yml @@ -27,7 +27,7 @@ jobs: nix_path: nixpkgs=channel:nixos-unstable - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Build TON contracts id: ton-contracts-build diff --git a/.github/workflows/pull-request-main.yml b/.github/workflows/pull-request-main.yml index c3a36e45..2a62648b 100644 --- a/.github/workflows/pull-request-main.yml +++ b/.github/workflows/pull-request-main.yml @@ -97,7 +97,7 @@ jobs: sui --version - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Compute Solana programs cache key id: solana-programs-cache-key diff --git a/.github/workflows/push-main.yml b/.github/workflows/push-main.yml index 5e5c87c4..23afa7e9 100644 --- a/.github/workflows/push-main.yml +++ b/.github/workflows/push-main.yml @@ -95,7 +95,7 @@ jobs: sui --version - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Compute Solana programs cache key id: solana-programs-cache-key