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@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 1717 id-token : write
1818 if : ${{ github.repository }} == 'stac-utils/stac-api-validator'
1919 steps :
20- - uses : actions/checkout@v4
20+ - uses : actions/checkout@v5
2121 - name : Set up Python 3.x
2222 uses : actions/setup-python@v5
2323 with :
Original file line number Diff line number Diff line change 3333
3434 steps :
3535 - name : Check out the repository
36- uses : actions/checkout@v4
36+ uses : actions/checkout@v5
3737
3838 - name : Set up Python ${{ matrix.python }}
3939 uses : actions/setup-python@v5
@@ -117,7 +117,7 @@ jobs:
117117 PIP_CONSTRAINTS : ${{ github.workspace }}/.github/workflows/constraints.txt
118118 steps :
119119 - name : Check out the repository
120- uses : actions/checkout@v4
120+ uses : actions/checkout@v5
121121
122122 - name : Set up Python
123123 uses : actions/setup-python@v5
You can’t perform that action at this time.
0 commit comments