From 1e43e05b6aa7be433df4303aa20cced31a033317 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 22:30:26 +0000 Subject: [PATCH] build(deps): Bump actions/checkout from 4 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [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/v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 8 ++++---- .github/workflows/release.yml | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cfc8330..6370ae9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: name: lint + core tests runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Pull base image (retry + mirror fallback) run: | @@ -55,7 +55,7 @@ jobs: name: build image + integration + example gates runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Pull base image (retry + mirror fallback) run: | @@ -99,7 +99,7 @@ jobs: name: pip path (CLI + pytest plugin) runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Pull base image (retry + mirror fallback) run: | @@ -137,7 +137,7 @@ jobs: name: terraform fmt + validate runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Pull terraform image (retry + mirror fallback) run: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 31eae76..cffbec0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: name: build python distribution runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Pull base image (retry + mirror fallback) run: | @@ -45,7 +45,7 @@ jobs: runs-on: ubuntu-latest needs: build-dist steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Pull base image (retry + mirror fallback) run: | @@ -129,7 +129,7 @@ jobs: runs-on: ubuntu-latest needs: [build-dist, publish-image, publish-pypi] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: actions/download-artifact@v4 with: name: dist