Skip to content

Commit

Permalink
ci: update checkout to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
pplmx committed Sep 12, 2023
1 parent 89d48c8 commit 73c995e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/cxx/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

steps:
- name: Checkout Code
uses: actions/checkout@v3
uses: actions/checkout@v4

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

0 comments on commit 73c995e

Please sign in to comment.