File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 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 the repository
15- uses : actions/checkout@v5
15+ uses : actions/checkout@v6
1616
1717 - name : Run Labeler
1818 uses : crazy-max/ghaction-github-labeler@v5
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - name : Check out the repository
12- uses : actions/checkout@v5
12+ uses : actions/checkout@v6
1313 with :
1414 fetch-depth : 0
1515
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Check out the repository
14- uses : actions/checkout@v5
14+ uses : actions/checkout@v6
1515 with :
1616 fetch-depth : 0
1717
Original file line number Diff line number Diff line change 3131
3232 steps :
3333 - name : Check out the repository
34- uses : actions/checkout@v5
34+ uses : actions/checkout@v6
3535
3636 - name : Set up Python ${{ matrix.python }}
3737 uses : actions/setup-python@v6
9595 needs : tests
9696 steps :
9797 - name : Check out the repository
98- uses : actions/checkout@v5
98+ uses : actions/checkout@v6
9999
100100 - name : Set up Python
101101 uses : actions/setup-python@v6
You can’t perform that action at this time.
0 commit comments