mirror of
https://github.com/pre-commit/action.git
synced 2025-12-27 08:38:17 +00:00
bumped actions to latest to checkout and python
This commit is contained in:
parent
1b06ec171f
commit
ef5a684008
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:
|
main:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v5
|
||||||
- uses: actions/setup-python@v3
|
- uses: actions/setup-python@v6
|
||||||
- name: self test action
|
- name: self test action
|
||||||
uses: ./
|
uses: ./
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue