File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
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@v4
14+ uses : actions/checkout@v5
1515
1616 - name : Run Labeler
1717 uses : crazy-max/ghaction-github-labeler@v5.3.0
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@v4
15+ uses : actions/checkout@v5
1616 with :
1717 fetch-depth : 2
1818
Original file line number Diff line number Diff line change 4545
4646 steps :
4747 - name : Check out the repository
48- uses : actions/checkout@v4
48+ uses : actions/checkout@v5
4949
5050 - name : Set up Python ${{ matrix.python }}
5151 uses : actions/setup-python@v5.5.0
@@ -126,7 +126,7 @@ jobs:
126126 needs : tests
127127 steps :
128128 - name : Check out the repository
129- uses : actions/checkout@v4
129+ uses : actions/checkout@v5
130130
131131 - name : Set up Python
132132 uses : actions/setup-python@v5.5.0
@@ -169,7 +169,7 @@ jobs:
169169 auto-merge :
170170 runs-on : ubuntu-latest
171171 steps :
172- - uses : actions/checkout@v4
172+ - uses : actions/checkout@v5
173173 - uses : ahmadnassri/action-dependabot-auto-merge@v2
174174 with :
175175 target : minor
You can’t perform that action at this time.
0 commit comments