Skip to content

Commit

Permalink
workflows: pr: update actions/checkout to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
marckleinebudde committed Jun 4, 2024
1 parent 590ad3a commit 77731d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
name: Check C Styling
steps:
- name: Checkout this commit
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 2
- name: uncrustify check
Expand Down

0 comments on commit 77731d6

Please sign in to comment.