Skip to content

Commit

Permalink
Raise checkout version
Browse files Browse the repository at this point in the history
  • Loading branch information
GOB52 committed Aug 23, 2024
1 parent 33f1ecc commit 784687d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/clang-format-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
# exclude: '(Fonts)' # Exclude file paths containing "Fonts"

steps:
- name: Checkout # When pull_request is used, include it in the checkout https://zenn.dev/hkusu/articles/c731862051438b
uses: actions/checkout@v3.1.0
- name: Checkout
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}

Expand Down

0 comments on commit 784687d

Please sign in to comment.