File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 88 lint :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
11+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1212 - uses : psf/black@1b2427a2b785cc4aac97c19bb4b9a0de063f9547 # 24.10.0
1313
1414 tests :
1717 needs : lint
1818 steps :
1919 # Checkout the Repo
20- - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
20+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2121
2222 # Install Node 18
2323 - name : Setup Node
4242 runs-on : ubuntu-latest
4343 steps :
4444 # Checkout the Repo
45- - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
45+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
4646
4747 # Install Python
4848 - name : Setup Python
Original file line number Diff line number Diff line change 2121 build :
2222 runs-on : ubuntu-latest
2323 steps :
24- - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
24+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2525 with :
2626 fetch-depth : 0
2727 - name : Install latest mdbook
You can’t perform that action at this time.
0 commit comments