Skip to content

Commit 267b2a1

Browse files
chore(gha): 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] <support@github.com>
1 parent b76d4af commit 267b2a1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
commitlint:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v5
14+
- uses: actions/checkout@v6
1515
- uses: actions/setup-node@v4
1616
with:
1717
node-version: '22'
@@ -37,7 +37,7 @@ jobs:
3737

3838
steps:
3939
# Checkout code
40-
- uses: actions/checkout@v5
40+
- uses: actions/checkout@v6
4141
- name: Install Test Dependencies
4242
run: |
4343
sudo apt-get update
@@ -99,7 +99,7 @@ jobs:
9999
if: github.ref == 'refs/heads/master'
100100
steps:
101101
- name: Checkout
102-
uses: actions/checkout@v5
102+
uses: actions/checkout@v6
103103
with:
104104
persist-credentials: false
105105
- name: Setup Java

0 commit comments

Comments
 (0)