File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 66 lint :
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/checkout@v2
10- - uses : actions/setup-python@v2
9+ - uses : " actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 " # v4.2.2
10+ - uses : " actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b " # v5.3.0
1111 - name : install requirements
1212 run : pip install pre-commit
1313 - name : run linting
Original file line number Diff line number Diff line change 2222 steps :
2323 # do a deep fetch to allow merge-base and diff
2424 # and ensure we are checking out the PR head
25- - uses : actions/checkout@v2
25+ - uses : " actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 " # v4.2.2
2626 with :
2727 ref : ${{ github.event.pull_request.head.sha }}
2828 fetch-depth : 0
You can’t perform that action at this time.
0 commit comments