Skip to content

Commit

Permalink
use actions/checkout@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
rongxin-liu committed Sep 6, 2022
1 parent 7ee5e09 commit cbcadfe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
with:
python-version: '3.6'
- name: Compile catalog
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
*.pyc
!.github
!.gitignore
!.travis.yml
build/
dist/
__pycache__

0 comments on commit cbcadfe

Please sign in to comment.