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 11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- name : Check out the repository
14
- uses : actions/checkout@v4
14
+ uses : actions/checkout@v5
15
15
16
16
- name : Run Labeler
17
17
Original file line number Diff line number Diff line change 17
17
id-token : write
18
18
if : ${{ github.repository }} == 'stac-utils/stac-api-validator'
19
19
steps :
20
- - uses : actions/checkout@v4
20
+ - uses : actions/checkout@v5
21
21
- name : Set up Python 3.x
22
22
uses : actions/setup-python@v5
23
23
with :
Original file line number Diff line number Diff line change 33
33
34
34
steps :
35
35
- name : Check out the repository
36
- uses : actions/checkout@v4
36
+ uses : actions/checkout@v5
37
37
38
38
- name : Set up Python ${{ matrix.python }}
39
39
uses : actions/setup-python@v5
@@ -117,7 +117,7 @@ jobs:
117
117
PIP_CONSTRAINTS : ${{ github.workspace }}/.github/workflows/constraints.txt
118
118
steps :
119
119
- name : Check out the repository
120
- uses : actions/checkout@v4
120
+ uses : actions/checkout@v5
121
121
122
122
- name : Set up Python
123
123
uses : actions/setup-python@v5
You can’t perform that action at this time.
0 commit comments