Skip to content

Commit

Permalink
ci: update setup-python action version
Browse files Browse the repository at this point in the history
This patch is for testing locally with `act`.
See actions/setup-python#162 .
  • Loading branch information
hyoklee committed Mar 20, 2023
1 parent 87672e1 commit 0aed967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: actions/checkout@v2

- name: Setup python
uses: actions/setup-python@v1
uses: actions/setup-python@v2

- name: Run cpplint
run: pip install cpplint==1.5.4 && bash ci/lint.sh `pwd`
Expand Down

0 comments on commit 0aed967

Please sign in to comment.