Skip to content

Commit 45415d7

Browse files
ci: bump actions/checkout from 4 to 6 in the github-actions group (#8)
Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `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](actions/checkout@v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 76ffc43 commit 45415d7

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
lint:
99
runs-on: [self-hosted, Linux, X64]
1010
steps:
11-
- uses: actions/checkout@v4
11+
- uses: actions/checkout@v6
1212
- uses: GeiserX/awesome-lint-extra@v1.1.0
1313
with:
1414
require_badges: 'true'
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: [self-hosted, Linux, X64]
1919
continue-on-error: true
2020
steps:
21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@v6
2222
- uses: lycheeverse/lychee-action@v2
2323
with:
2424
args: --no-progress --insecure --accept 200..=403 --exclude img.shields.io README.md

.github/workflows/sync-maintainers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
sync:
1414
runs-on: [self-hosted, Linux, X64]
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v6
1717

1818
- name: Sync maintainers
1919
env:

0 commit comments

Comments
 (0)