File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1212 name : Check if copies of --help output are in sync
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
15+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
1616
1717 - name : Set up Python 3.12
1818 uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
Original file line number Diff line number Diff line change 1818 name : Detect outdated pre-commit hooks
1919 runs-on : ubuntu-latest
2020 steps :
21- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
21+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
2222
2323 - name : Set up Python 3.12
2424 uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
Original file line number Diff line number Diff line change 1212 name : Run pre-commit
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
15+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
1616 - uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
1717 with :
1818 python-version : 3.12
Original file line number Diff line number Diff line change 1616 runs-on : [macos-latest, ubuntu-latest]
1717 runs-on : ${{ matrix.runs-on }}
1818 steps :
19- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
19+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
2020 - uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
2121 with :
2222 python-version : ${{ matrix.python-version }}
You can’t perform that action at this time.
0 commit comments