From 023a2301aa33150c1ba127bcb837472b57b099a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2026 09:23:00 +0000 Subject: [PATCH 1/4] chore(deps): bump the github-actions-major group with 2 updates Bumps the github-actions-major group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [crazy-max/ghaction-github-labeler](https://github.com/crazy-max/ghaction-github-labeler). Updates `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) Updates `crazy-max/ghaction-github-labeler` from 5 to 6 - [Release notes](https://github.com/crazy-max/ghaction-github-labeler/releases) - [Commits](https://github.com/crazy-max/ghaction-github-labeler/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-major - dependency-name: crazy-max/ghaction-github-labeler dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-major ... Signed-off-by: dependabot[bot] --- .github/workflows/doc-lint.yml | 2 +- .github/workflows/labeler.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 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..4d54113 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -27,10 +27,10 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Run Labeler - uses: crazy-max/ghaction-github-labeler@v5 + uses: crazy-max/ghaction-github-labeler@v6 with: github-token: ${{ secrets.GITHUB_TOKEN }} yaml-file: .github/labels.yml From 740483b397e7bd6c52c1455d1281a363cd2eb735 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 11 Mar 2026 09:23:12 +0000 Subject: [PATCH 2/4] chore: Add changelog for #77 Signed-off-by: github-actions[bot] --- .changelog/77.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .changelog/77.txt diff --git a/.changelog/77.txt b/.changelog/77.txt new file mode 100644 index 0000000..abe9f21 --- /dev/null +++ b/.changelog/77.txt @@ -0,0 +1,3 @@ +```release-note:dependency +deps: bumps actions/checkout, crazy-max/ghaction-github-labeler from to +``` From 66629f56f28d950f995beb555014486b87c77857 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 27 Mar 2026 18:23:27 +0000 Subject: [PATCH 3/4] chore: Add changelog for #77 Signed-off-by: github-actions[bot] --- .changelog/77.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changelog/77.txt b/.changelog/77.txt index abe9f21..85ce4af 100644 --- a/.changelog/77.txt +++ b/.changelog/77.txt @@ -1,3 +1,3 @@ ```release-note:dependency -deps: bumps actions/checkout, crazy-max/ghaction-github-labeler from to +deps: bumps actions/checkout, crazy-max/ghaction-github-labeler from 3 to 6 ``` From 7dc620516ef9ebf720ed66f31fb64db52b234b5a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 9 Apr 2026 18:23:42 +0000 Subject: [PATCH 4/4] chore: Add changelog for #77 Signed-off-by: github-actions[bot] --- .changelog/77.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changelog/77.txt b/.changelog/77.txt index 85ce4af..abe9f21 100644 --- a/.changelog/77.txt +++ b/.changelog/77.txt @@ -1,3 +1,3 @@ ```release-note:dependency -deps: bumps actions/checkout, crazy-max/ghaction-github-labeler from 3 to 6 +deps: bumps actions/checkout, crazy-max/ghaction-github-labeler from to ```