Skip to content

Commit 98bbdb7

Browse files
committed
CI: Use actions/checkout@v4
1 parent e37d9a2 commit 98bbdb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- { name: "Windows build", os: "windows-latest", install: "choco install cmake ninja" }
1616
- { name: "macOS build", os: "macos-latest", install: "brew install cmake ninja" }
1717
steps:
18-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v4
1919
- run: ${{ matrix.config.install }}
2020
- run: |
2121
mkdir build

0 commit comments

Comments
 (0)