Skip to content

Commit

Permalink
ci, gha: Update actions/checkout actions
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed Oct 28, 2024
1 parent c117acc commit e6a9a70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:

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

- name: Clang version
run: clang --version
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:

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

- name: Configure Developer Command Prompt for Microsoft Visual C++
# Using microsoft/setup-msbuild is not enough.
Expand Down

0 comments on commit e6a9a70

Please sign in to comment.