Skip to content

Commit f10acec

Browse files
committed
ci: Bump actions/checkout version
See: https://github.com/actions/checkout/releases/tag/v4.0.0
1 parent 6f03c45 commit f10acec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
steps:
4242
- name: Checkout
43-
uses: actions/checkout@v3
43+
uses: actions/checkout@v4
4444

4545
- name: Clang version
4646
run: clang --version
@@ -90,7 +90,7 @@ jobs:
9090

9191
steps:
9292
- name: Checkout
93-
uses: actions/checkout@v3
93+
uses: actions/checkout@v4
9494

9595
- name: Fix Visual Studio installation
9696
# See: https://github.com/actions/runner-images/issues/7832#issuecomment-1617585694.

0 commit comments

Comments
 (0)