Skip to content

Commit

Permalink
Merge #429: ci, gha: Update actions/checkout actions
Browse files Browse the repository at this point in the history
e6a9a70 ci, gha: Update `actions/checkout` actions (Hennadii Stepanov)

Pull request description:

ACKs for top commit:
  MarnixCroes:
    lgtm ACK e6a9a70
  jarolrod:
    ACK e6a9a70
  pablomartin4btc:
    ACK e6a9a70

Tree-SHA512: a3aedabcdf7e5bdb45be96f663be853848134c92a5fc582e96cd5a02967647ec407afd3b467c3b6c96bfdea4707ab5c2ff6156fd755d493dcbf7a5fcfc63d47c
  • Loading branch information
hebasto committed Oct 29, 2024
2 parents c117acc + e6a9a70 commit 15c1f39
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 15c1f39

Please sign in to comment.