File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 steps :
1010 - name : Checkout
11- uses : actions/checkout@v4
11+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
1212 - name : Setup Python
13- uses : actions/setup-python@v5
13+ uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5
1414 with :
1515 python-version : " 3.9"
1616 - name : Install nox
2424 runs-on : ubuntu-latest
2525 steps :
2626 - name : Checkout
27- uses : actions/checkout@v4
27+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
2828 - name : Setup Python
29- uses : actions/setup-python@v5
29+ uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5
3030 with :
3131 python-version : " 3.10"
3232 - name : Install nox
Original file line number Diff line number Diff line change @@ -56,14 +56,14 @@ jobs:
5656 }
5757
5858 - name : Checkout Repository
59- uses : actions/checkout@v3
59+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
6060 with :
6161 ref : ${{ github.event.pull_request.head.sha }}
6262 repository : ${{ github.event.pull_request.head.repo.full_name }}
6363 token : ${{ secrets.GITHUB_TOKEN }}
6464
6565 - name : Setup Python
66- uses : actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0 .0
66+ uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1 .0
6767 with :
6868 python-version : " 3.11"
6969
You can’t perform that action at this time.
0 commit comments