From fdbfca7afa44aac7ed4237fa15b5d49909b82cfc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 18:13:29 +0000 Subject: [PATCH 1/2] chore(deps): bump actions/checkout from 3 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 3 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/v3...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/doc-lint.yml | 2 +- .github/workflows/labeler.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/doc-lint.yml b/.github/workflows/doc-lint.yml index 3c3f6d0..f07596d 100644 --- a/.github/workflows/doc-lint.yml +++ b/.github/workflows/doc-lint.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v6 # Runs actions-markdownlint - uses: articulate/actions-markdownlint@v1 diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 7be0dc4..c40277d 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -27,7 +27,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Run Labeler uses: crazy-max/ghaction-github-labeler@v5 From 99fb7fb6ef5012dd52db8724cec7d21f3e7a45e4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 20 Nov 2025 18:13:50 +0000 Subject: [PATCH 2/2] chore: Add changelog for #74 Signed-off-by: github-actions[bot] --- .changelog/74.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .changelog/74.txt diff --git a/.changelog/74.txt b/.changelog/74.txt new file mode 100644 index 0000000..f28cb5e --- /dev/null +++ b/.changelog/74.txt @@ -0,0 +1,3 @@ +```release-note:dependency +deps: bumps actions/checkout from 3 to 6 +```