Skip to content

Commit

Permalink
ci: update to checkout@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
shuai132 committed Jul 14, 2024
1 parent 21615c2 commit 33cd239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
CMAKE_OPTIONS: "-G \"MinGW Makefiles\""

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Configure (${{ matrix.configuration }})
run: cmake -S . -B build -DCMAKE_BUILD_TYPE=${{ matrix.configuration }} ${{ matrix.env.CMAKE_OPTIONS }}
Expand Down

0 comments on commit 33cd239

Please sign in to comment.