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 python-version : [3.8, 3.11]
99 steps :
1010 - name : Check out repository code
11- uses : actions/checkout@v4
11+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
1212
1313 - name : Set up Python ${{ matrix.python-version }}
1414 uses : actions/setup-python@v5
3737 node-version : [16]
3838 steps :
3939 - name : Check out repository code
40- uses : actions/checkout@v4
40+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
4141
4242 - name : Set up Node.js ${{ matrix.node-version }}
4343 uses : actions/setup-node@v4
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : Checkout
18- uses : actions/checkout@v4
18+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
1919 with :
2020 path : mitx-grading-library
2121
You can’t perform that action at this time.
0 commit comments