Skip to content

Commit

Permalink
更新actions/checkout版本
Browse files Browse the repository at this point in the history
  • Loading branch information
ZZy979 authored Feb 16, 2024
1 parent 73b4b53 commit 2bb3c7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run:
shell: cmd
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Print CMake Version
run: cmake --version
- name: Configure CMake
Expand All @@ -51,7 +51,7 @@ jobs:
run:
shell: cmd
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Print CMake Version
run: cmake --version
- name: Configure CMake
Expand Down

0 comments on commit 2bb3c7b

Please sign in to comment.