Skip to content

Commit

Permalink
[Tests][CI/CD] Moved to checkout@v3 GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
set-soft committed Nov 30, 2023
1 parent 5d6fde4 commit 5643e11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
container: setsoft/kicad_auto_test:ki7

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names
Expand Down

0 comments on commit 5643e11

Please sign in to comment.