From 7608366084c3c651bd66c2f9fa4e6882e192eb9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 21:25:04 +0000 Subject: [PATCH 1/3] Bump actions/checkout from 5 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 5 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/v5...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/changie-gen.yaml | 2 +- .github/workflows/release.yaml | 2 +- .github/workflows/tests.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/changie-gen.yaml b/.github/workflows/changie-gen.yaml index 04e6039..7b2064b 100644 --- a/.github/workflows/changie-gen.yaml +++ b/.github/workflows/changie-gen.yaml @@ -16,7 +16,7 @@ jobs: steps: - name: Checkout branch that Dependabot labeled if: github.event.workflow_run.conclusion == 'success' - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: ${{ env.PR_BRANCH }} token: ${{ secrets.ORG_GITHUB_TOKEN }} diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index edf4510..b6b9e78 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 submodules: 'true' diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 0ac58e9..9f59c47 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 - name: Fetch all tags From ff7870bb47d1d044926a337558b5137af4605c47 Mon Sep 17 00:00:00 2001 From: OpsLevel Bots Date: Mon, 24 Nov 2025 21:25:23 +0000 Subject: [PATCH 2/3] Add automated changelog yaml from template --- .changes/unreleased/Dependency-20251124-212522.yaml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .changes/unreleased/Dependency-20251124-212522.yaml diff --git a/.changes/unreleased/Dependency-20251124-212522.yaml b/.changes/unreleased/Dependency-20251124-212522.yaml new file mode 100644 index 0000000..4159f2d --- /dev/null +++ b/.changes/unreleased/Dependency-20251124-212522.yaml @@ -0,0 +1,3 @@ +kind: Dependency +body: Bump actions/checkout from 5 to 6 +time: 2025-11-24T21:25:22.910595849Z From a3ee196dd7ad0ec260082b23a10616db37520a9c Mon Sep 17 00:00:00 2001 From: OpsLevel Bots Date: Mon, 24 Nov 2025 21:25:26 +0000 Subject: [PATCH 3/3] Add automated changelog yaml from template --- .changes/unreleased/Dependency-20251124-212525.yaml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .changes/unreleased/Dependency-20251124-212525.yaml diff --git a/.changes/unreleased/Dependency-20251124-212525.yaml b/.changes/unreleased/Dependency-20251124-212525.yaml new file mode 100644 index 0000000..209a03e --- /dev/null +++ b/.changes/unreleased/Dependency-20251124-212525.yaml @@ -0,0 +1,3 @@ +kind: Dependency +body: Bump actions/checkout from 5 to 6 +time: 2025-11-24T21:25:25.967059281Z