File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1818 timeout-minutes : 5
1919 steps :
2020 - name : Checkout
21- uses : actions/checkout@v4
21+ uses : actions/checkout@v5
2222 - name : Setup Python
2323 uses : actions/setup-python@v5
2424 with :
5353 timeout-minutes : 15
5454 steps :
5555 - name : Checkout
56- uses : actions/checkout@v4
56+ uses : actions/checkout@v5
5757 - name : Set up Python ${{ matrix.python-version }}
5858 uses : actions/setup-python@v5
5959 with :
9898 runs-on : ubuntu-latest
9999 steps :
100100 - name : Checkout
101- uses : actions/checkout@v4
101+ uses : actions/checkout@v5
102102 - name : Setup Python
103103 uses : actions/setup-python@v5
104104 with :
Original file line number Diff line number Diff line change 2727
2828 steps :
2929 - name : Checkout repository
30- uses : actions/checkout@v4
30+ uses : actions/checkout@v5
3131
3232 # Initializes the CodeQL tools for scanning.
3333 - name : Initialize CodeQL
You can’t perform that action at this time.
0 commit comments