File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3636
3737 steps :
3838 - name : Checkout repository
39- uses : actions/checkout@v5
39+ uses : actions/checkout@v6
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@v5
11+ uses : actions/checkout@v6
1212 - name : Set up Python
1313 uses : actions/setup-python@v6
1414 with :
2525 runs-on : ubuntu-latest
2626 steps :
2727 - name : Checkout
28- uses : actions/checkout@v5
28+ uses : actions/checkout@v6
2929 - name : Set up Python
3030 uses : actions/setup-python@v6
3131 with :
Original file line number Diff line number Diff line change 1515 permissions :
1616 id-token : write
1717 steps :
18- - uses : actions/checkout@v5
18+ - uses : actions/checkout@v6
1919 - name : Set up Python 3.10
2020 uses : actions/setup-python@v6
2121 with :
Original file line number Diff line number Diff line change 1515 permissions :
1616 id-token : write
1717 steps :
18- - uses : actions/checkout@v5
18+ - uses : actions/checkout@v6
1919 - name : Set up Python 3.10
2020 uses : actions/setup-python@v6
2121 with :
Original file line number Diff line number Diff line change 2929 django-version : ' main'
3030
3131 steps :
32- - uses : actions/checkout@v5
32+ - uses : actions/checkout@v6
3333 - name : Set up Python ${{ matrix.python-version }}
3434
3535 uses : actions/setup-python@v6
You can’t perform that action at this time.
0 commit comments