Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3889063

Browse files
Bump actions/checkout from 5 to 6 (#7)
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4e8dff7 commit 3889063

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/markdown-links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ jobs:
1010
markdown-link-check:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v5
13+
- uses: actions/checkout@v6
1414
- uses: gaurav-nelson/github-action-markdown-link-check@v1

.github/workflows/shellcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ jobs:
66
shellcheck:
77
runs-on: [ubuntu-latest]
88
steps:
9-
- uses: 'actions/checkout@v5'
9+
- uses: 'actions/checkout@v6'
1010
- uses: 'bewuethr/shellcheck-action@v2'

0 commit comments

Comments
 (0)