File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3434 # which runs pre-configured linter & autoformatter
3535 runs-on : ubuntu-latest
3636 steps :
37- - uses : actions/checkout@v2
37+ - uses : actions/checkout@v3
3838 - uses : actions/setup-python@v4
3939 with :
4040 python-version : ' 3.9'
6969 MONGODB : $MONGODB_5_0
7070 PYMONGO : $PYMONGO_4_3
7171 steps :
72- - uses : actions/checkout@v2
72+ - uses : actions/checkout@v3
7373 - name : Set up Python ${{ matrix.python-version }}
7474 uses : actions/setup-python@v4
7575 with :
9696 # to avoid that it breaks when new releases are being created
9797 runs-on : ubuntu-latest
9898 steps :
99- - uses : actions/checkout@v2
99+ - uses : actions/checkout@v3
100100 - name : Set up Python ${{ matrix.python-version }}
101101 uses : actions/setup-python@v4
102102 with :
You can’t perform that action at this time.
0 commit comments