File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 3636
3737 steps :
3838 - name : Checkout repository
39- uses : actions/checkout@v2
39+ uses : actions/checkout@v3
4040
4141 # Initializes the CodeQL tools for scanning.
4242 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 steps :
1010 - name : Checkout
11- uses : actions/checkout@v2
11+ uses : actions/checkout@v3
1212 - name : Set up Python
1313 uses : actions/setup-python@v4
1414 with :
2525 runs-on : ubuntu-latest
2626 steps :
2727 - name : Checkout
28- uses : actions/checkout@v2
28+ uses : actions/checkout@v3
2929 - name : Set up Python
3030 uses : actions/setup-python@v4
3131 with :
Original file line number Diff line number Diff line change 1010 name : Build and publish Python 🐍 distributions 📦 to pypi
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@master
13+ - uses : actions/checkout@v3
1414 - name : Set up Python 3.9
1515 uses : actions/setup-python@v4
1616 with :
Original file line number Diff line number Diff line change 1010 name : Build and publish Python 🐍 distributions 📦 to TestPyPI
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@master
13+ - uses : actions/checkout@v3
1414 - name : Set up Python 3.9
1515 uses : actions/setup-python@v4
1616 with :
Original file line number Diff line number Diff line change 2121 django-version : ' 4.1'
2222
2323 steps :
24- - uses : actions/checkout@v1
24+ - uses : actions/checkout@v3
2525 - name : Set up Python ${{ matrix.python-version }}
2626
2727 uses : actions/setup-python@v4
5555 ]
5656
5757 steps :
58- - uses : actions/checkout@v1
58+ - uses : actions/checkout@v3
5959 - name : Set up Python ${{ matrix.python-version }}
6060
6161 uses : actions/setup-python@v4
You can’t perform that action at this time.
0 commit comments