From 896cf1d079bb820981a869f1b62e6c7fdeb74664 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Jun 2026 22:03:57 +0000 Subject: [PATCH] Bump actions/checkout in the github-actions group across 1 directory Bumps the github-actions group with 1 update in the / directory: [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: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/catalog-info.yml | 2 +- .github/workflows/ci.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/catalog-info.yml b/.github/workflows/catalog-info.yml index 3f4320a..b5fdc7b 100644 --- a/.github/workflows/catalog-info.yml +++ b/.github/workflows/catalog-info.yml @@ -18,7 +18,7 @@ jobs: contents: read packages: read steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: elastic/oblt-actions/elastic/validate-catalog@v1 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0a8073a..5d3a2d2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: lint: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: ./.github/actions/setup - run: mage notice - run: mage check @@ -29,7 +29,7 @@ jobs: os: ['ubuntu-22.04', 'windows-2022'] runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: ./.github/actions/setup - run: go test -v -race ./... @@ -41,6 +41,6 @@ jobs: os: ['macos-15', 'ubuntu-24.04-arm', 'windows-11-arm'] runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: ./.github/actions/setup - run: go test -v ./...