Skip to content

Commit

Permalink
CI: update checkout version
Browse files Browse the repository at this point in the history
use v3 with up to date node version.
  • Loading branch information
nvincent-vossloh committed Jul 19, 2023
1 parent f88f387 commit c4fbe4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
contents: read
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Install pre-commit
run: pip install pre-commit
- name: Lint Files
Expand Down

0 comments on commit c4fbe4a

Please sign in to comment.