11
0
Fork 0
mirror of https://github.com/pre-commit/action.git synced 2026-04-07 14:56:54 +00:00

update action checkout, cache, python

This commit is contained in:
kostya 2024-01-25 07:28:42 +03:00
parent c7d159c209
commit 09dd52d130
2 changed files with 3 additions and 3 deletions

View file

@ -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: ./