Skip to content

Commit beb10f8

Browse files
build(deps): bump actions/checkout from 5 to 6
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]>
1 parent f04d770 commit beb10f8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/commitlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
commitlint:
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/checkout@v5
8+
- uses: actions/checkout@v6
99
with:
1010
fetch-depth: 0
1111
- uses: wagoid/commitlint-github-action@v6

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
build:
2121
runs-on: ubuntu-latest
2222
steps:
23-
- uses: actions/checkout@v5
23+
- uses: actions/checkout@v6
2424
- uses: actions/setup-node@v6
2525
with:
2626
node-version: '20'
@@ -73,7 +73,7 @@ jobs:
7373
unpinned:
7474
runs-on: ubuntu-latest
7575
steps:
76-
- uses: actions/checkout@v5
76+
- uses: actions/checkout@v6
7777
# Don't pin version to test with the latest common version
7878
- uses: actions/setup-node@v6
7979
with:
@@ -113,7 +113,7 @@ jobs:
113113
needs: build
114114
runs-on: ubuntu-latest
115115
steps:
116-
- uses: actions/checkout@v5
116+
- uses: actions/checkout@v6
117117
- uses: actions/setup-node@v6
118118
with:
119119
node-version: 'lts/*'

0 commit comments

Comments
 (0)