File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : Check out repository
15- uses : actions/checkout@v4
15+ uses : actions/checkout@v5
1616 - name : Install Python 3.x
1717 uses : actions/setup-python@v5
1818 with :
4242 - macOS-latest
4343 steps :
4444 - name : Check out repository
45- uses : actions/checkout@v4
45+ uses : actions/checkout@v5
4646 - name : Install Python 3.x
4747 uses : actions/setup-python@v5
4848 with :
Original file line number Diff line number Diff line change 1717 runs-on : ubuntu-latest
1818 steps :
1919 - name : Check out repository
20- uses : actions/checkout@v4
20+ uses : actions/checkout@v5
2121 - name : Install Python 3.x
2222 uses : actions/setup-python@v5
2323 with :
3535 runs-on : ubuntu-latest
3636 steps :
3737 - name : Check out repository
38- uses : actions/checkout@v4
38+ uses : actions/checkout@v5
3939 - name : Install Python 3.x
4040 uses : actions/setup-python@v5
4141 with :
7070 is_main : false
7171 steps :
7272 - name : Check out repository
73- uses : actions/checkout@v4
73+ uses : actions/checkout@v5
7474 - name : Install Python ${{ matrix.python }}
7575 uses : actions/setup-python@v5
7676 with :
You can’t perform that action at this time.
0 commit comments