mirror of
https://github.com/pre-commit/action.git
synced 2025-11-07 10:46:56 +00:00
Update main.yml
This commit is contained in:
parent
2c7b3805fd
commit
1372ed7f3c
1 changed files with 2 additions and 2 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
|
@ -7,7 +7,7 @@ jobs:
|
|||
main:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-python@v3
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-python@v5
|
||||
- name: self test action
|
||||
uses: ./
|
||||
|
|
|
|||
Loading…
Reference in a new issue