mirror of
https://github.com/pre-commit/action.git
synced 2025-11-07 18:56:55 +00:00
Update main.yml
updated actions/checkout@v4 uses: actions/setup-python@v4
This commit is contained in:
parent
5f528da5c9
commit
459a35c971
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@v4
|
||||
- name: self test action
|
||||
uses: ./
|
||||
|
|
|
|||
Loading…
Reference in a new issue