Skip to content

Commit 0b9e99f

Browse files
Bump actions/checkout from 5 to 6 (#172)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0333a00 commit 0b9e99f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/check-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
run: |
1313
sudo apt update
1414
sudo apt install clang-format-15
15-
- uses: actions/checkout@v5
15+
- uses: actions/checkout@v6
1616
- run: ./scripts/check-lint.sh
1717
env:
1818
CLANG_FORMAT_PATH: "/usr/bin/clang-format-15"

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ${{ matrix.os }}
1616
steps:
1717
- name: Checkout current branch (full)
18-
uses: actions/checkout@v5
18+
uses: actions/checkout@v6
1919
- name: Setup Java
2020
uses: actions/setup-java@v5
2121
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
publish:
88
runs-on: ubuntu-22.04
99
steps:
10-
- uses: actions/checkout@v5
10+
- uses: actions/checkout@v6
1111
with:
1212
fetch-depth: 0
1313
- uses: actions/setup-java@v5

0 commit comments

Comments
 (0)