Skip to content

Commit

Permalink
Updated linter to have actions/checkout@v2 instead of @V3
Browse files Browse the repository at this point in the history
  • Loading branch information
BretteConnolly committed Dec 13, 2024
1 parent 373de30 commit 8b28285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v2
with:
fetch-depth: 2

Expand Down

0 comments on commit 8b28285

Please sign in to comment.