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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
15+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1616
1717 - name : Set up Python 3.14
1818 uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
21+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2222
2323 - name : Set up Python 3.12
2424 uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
15+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1616 - uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
19+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2020 - uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
2121 with :
2222 python-version : ${{ matrix.python-version }}
You can’t perform that action at this time.
0 commit comments