File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 99 os : [windows-latest, ubuntu-latest, macos-latest]
1010 runs-on : ${{ matrix.os }}
1111 steps :
12- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
12+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
1313 - name : Install dependencies
1414 run : pipx install hatch
1515 - name : Lint and typecheck
3535 id-token : write
3636
3737 steps :
38- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
38+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
3939 - name : Install dependencies
4040 shell : bash
4141 run : pipx install hatch
Original file line number Diff line number Diff line change 2727 runs-on : ubuntu-latest
2828
2929 steps :
30- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
30+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
3131 - name : Set up Python
3232 uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
3333 - name : Install dependencies
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Check out the repository
16- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
16+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
1717
1818 - name : Run Labeler
1919 uses : crazy-max/ghaction-github-labeler@24d110aa46a59976b8a7f35518cb7f14f434c916 # v5.3.0
You can’t perform that action at this time.
0 commit comments