Skip to content

Commit 8f6891b

Browse files
committed
update github actions checkout version in format.yml
1 parent 22b4acc commit 8f6891b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
check-with-clang-format:
55
runs-on: ubuntu-latest
66
steps:
7-
- uses: actions/checkout@v4
7+
- uses: actions/checkout@v6
88
- name: Install clang-format
99
run: |
1010
sudo apt-get update

0 commit comments

Comments
 (0)