From 3745112df9c36e24802b1ff6e53ea22c7c88afec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 17:04:25 +0000 Subject: [PATCH] build(deps): bump actions/checkout in the github-actions group Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 5.0.1 to 6.0.0 - [Release notes](https://github.com/actions/checkout/releases) - [Commits](https://github.com/actions/checkout/compare/v5.0.1...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/integration_test.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration_test.yml b/.github/workflows/integration_test.yml index b300e43..dbd3c57 100644 --- a/.github/workflows/integration_test.yml +++ b/.github/workflows/integration_test.yml @@ -18,7 +18,7 @@ jobs: run: working-directory: ./chart/kepler steps: - - uses: actions/checkout@v5.0.1 + - uses: actions/checkout@v6.0.0 - name: use kepler action for kind cluster build uses: sustainable-computing-io/kepler-action@v0.0.10 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6e9043a..4974ea8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@71cf2267d89c5cb81562390fa70a37fa40b1305e # v3 + uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v3 with: fetch-depth: 0