Skip to content

Commit

Permalink
Merge pull request #434 from apache/update_action_checkout
Browse files Browse the repository at this point in the history
updated action/checkout to v4
  • Loading branch information
leerho authored Jun 26, 2024
2 parents de87c6b + fa62b1d commit c5283ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: true
persist-credentials: false
Expand Down

0 comments on commit c5283ad

Please sign in to comment.