Skip to content

Commit

Permalink
ci: update actions/checkout to newest version
Browse files Browse the repository at this point in the history
Basically, it moved to a still-supported node version.

Signed-off-by: Johannes Schindelin <[email protected]>
  • Loading branch information
dscho committed Dec 10, 2024
1 parent 179ef0d commit 3288946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
matrix:
BUILD_PLATFORM: [x64, ARM64]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Add MSBuild to PATH
uses: microsoft/setup-msbuild@v2
- name: Build cv2pdb
Expand Down

0 comments on commit 3288946

Please sign in to comment.