Skip to content

Commit 557e86d

Browse files
Bump actions/checkout from 6.0.1 to 6.0.2 (#148)
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.1 to 6.0.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6.0.1...v6.0.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1ad676e commit 557e86d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
timeout-minutes: 5
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v6.0.1
13+
uses: actions/checkout@v6.0.2
1414
- name: Check formatting
1515
uses: davidanson/markdownlint-cli2-action@v22.0.0
1616
with:

.github/workflows/update-license.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
REGEX: ^(Copyright \(c\) )[0-9]{4}( Devon Powell)$
1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@v6.0.1
21+
uses: actions/checkout@v6.0.2
2222
- name: Determine info
2323
shell: bash
2424
id: info

0 commit comments

Comments
 (0)