File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 66 deploy :
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/checkout@v3
9+ - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
1010 - name : Set up Python
11- uses : actions/setup-python@v4
11+ uses : actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4
1212 with :
1313 python-version : ' 3.9'
1414
Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ jobs:
1616 python-version : [3.9]
1717
1818 steps :
19- - uses : actions/checkout@v3
19+ - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
2020
2121 - name : Set up Python ${{ matrix.python-version }}
22- uses : actions/setup-python@v3
22+ uses : actions/setup-python@3542bca2639a428e1796aaa6a2ffef0c0f575566 # v3
2323 with :
2424 python-version : ${{ matrix.python-version }}
2525
Original file line number Diff line number Diff line change 3535 - create-github-release
3636
3737 steps :
38- - uses : actions/checkout@v3
38+ - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
3939
4040 - name : Set up Python
4141 uses : actions/setup-python@v4
You can’t perform that action at this time.
0 commit comments