Skip to content

Commit cc373de

Browse files
authored
Merge pull request #49 from LeakIX/dependabot/github_actions/actions/checkout-6
Build(deps): Bump actions/checkout from 4 to 6
2 parents 7de6d74 + 21921e5 commit cc373de

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

.github/workflows/changelog.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
name: Check changelog is in dedicated commit
2121
runs-on: ubuntu-latest
2222
steps:
23-
- uses: actions/checkout@v4
23+
- uses: actions/checkout@v6
2424
with:
2525
fetch-depth: 0
2626
- name: Verify CHANGELOG.md changes are in own commit
@@ -32,7 +32,7 @@ jobs:
3232
name: Shellcheck
3333
runs-on: ubuntu-latest
3434
steps:
35-
- uses: actions/checkout@v4
35+
- uses: actions/checkout@v6
3636
- name: Install shellcheck
3737
run: sudo apt-get install -y shellcheck
3838
- name: Run shellcheck

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ and this project adheres to
88

99
## [Unreleased]
1010

11+
### Infrastructure
12+
13+
- CI: bump actions/checkout from 4 to 6 ([6c9eecd], [#49])
14+
1115
## [1.4.0] - 2026-02-09
1216

1317
### Added
@@ -153,6 +157,7 @@ and this project adheres to
153157

154158
<!-- Commit links -->
155159

160+
[6c9eecd]: https://github.com/LeakIX/l9format-python/commit/6c9eecd
156161
[ac4744e]: https://github.com/LeakIX/l9format-python/commit/ac4744e
157162
[d554f1e]: https://github.com/LeakIX/l9format-python/commit/d554f1e
158163
[7f49ff5]: https://github.com/LeakIX/l9format-python/commit/7f49ff5
@@ -236,4 +241,5 @@ and this project adheres to
236241
[#24]: https://github.com/LeakIX/l9format-python/issues/24
237242
[#31]: https://github.com/LeakIX/l9format-python/issues/31
238243
[#32]: https://github.com/LeakIX/l9format-python/issues/32
244+
[#49]: https://github.com/LeakIX/l9format-python/pull/49
239245
[#43]: https://github.com/LeakIX/l9format-python/issues/43

0 commit comments

Comments
 (0)