Skip to content

Commit

Permalink
ci: Bump actions/checkout version
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto authored and janus committed Apr 1, 2024
1 parent 67a1aee commit d97c7a5
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 @@ -40,7 +40,7 @@ jobs:

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

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

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

- name: Fix Visual Studio installation
# See: https://github.com/actions/runner-images/issues/7832#issuecomment-1617585694.
Expand Down

0 comments on commit d97c7a5

Please sign in to comment.