From 6c9eecdbfbf50d556d63ab9806665b0c48a86a9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 16:37:22 +0000 Subject: [PATCH 1/3] 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/changelog.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/changelog.yaml b/.github/workflows/changelog.yaml index 2f014a6..7b35e00 100644 --- a/.github/workflows/changelog.yaml +++ b/.github/workflows/changelog.yaml @@ -20,7 +20,7 @@ jobs: name: Check changelog is in dedicated commit runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: fetch-depth: 0 - name: Verify CHANGELOG.md changes are in own commit @@ -32,7 +32,7 @@ jobs: name: Shellcheck runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Install shellcheck run: sudo apt-get install -y shellcheck - name: Run shellcheck From 50c545c0c2d05ff89c171ff81de4f2049eb24a33 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 13 Mar 2026 08:57:12 +0000 Subject: [PATCH 2/3] Initial plan From 38e637cce5dc3be394c9d4119ea92b660607b83a Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 13 Mar 2026 08:59:25 +0000 Subject: [PATCH 3/3] docs: add changelog entry for actions/checkout bump to v6 Co-authored-by: dannywillems <6018454+dannywillems@users.noreply.github.com> --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e90b9f..8dae078 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ and this project adheres to ## [Unreleased] +### Infrastructure + +- CI: bump actions/checkout from 4 to 6 ([6c9eecd], [#49]) + ## [1.4.0] - 2026-02-09 ### Added @@ -153,6 +157,7 @@ and this project adheres to +[6c9eecd]: https://github.com/LeakIX/l9format-python/commit/6c9eecd [ac4744e]: https://github.com/LeakIX/l9format-python/commit/ac4744e [d554f1e]: https://github.com/LeakIX/l9format-python/commit/d554f1e [7f49ff5]: https://github.com/LeakIX/l9format-python/commit/7f49ff5 @@ -236,4 +241,5 @@ and this project adheres to [#24]: https://github.com/LeakIX/l9format-python/issues/24 [#31]: https://github.com/LeakIX/l9format-python/issues/31 [#32]: https://github.com/LeakIX/l9format-python/issues/32 +[#49]: https://github.com/LeakIX/l9format-python/pull/49 [#43]: https://github.com/LeakIX/l9format-python/issues/43