File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed 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@v3
14+ uses : actions/checkout@v4
1515
1616 - name : Run Labeler
1717 uses : crazy-max/ghaction-github-labeler@v5
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@v3
15+ uses : actions/checkout@v4
1616 with :
1717 fetch-depth : 2
1818
Original file line number Diff line number Diff line change 3434
3535 steps :
3636 - name : Check out the repository
37- uses : actions/checkout@v3
37+ uses : actions/checkout@v4
3838
3939 - name : Set up Python ${{ matrix.python }}
4040 uses : actions/setup-python@v4
@@ -113,7 +113,7 @@ jobs:
113113 needs : tests
114114 steps :
115115 - name : Check out the repository
116- uses : actions/checkout@v3
116+ uses : actions/checkout@v4
117117
118118 - name : Set up Python
119119 uses : actions/setup-python@v4
You can’t perform that action at this time.
0 commit comments