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 12
12
13
13
steps :
14
14
- name : Checkout Repository
15
- uses : actions/checkout@v3
15
+ uses : actions/checkout@v4
16
16
- name : Set up Python 3.11
17
- uses : actions/setup-python@v3
17
+ uses : actions/setup-python@v5
18
18
with :
19
19
python-version : " 3.11"
20
20
- name : Upgrade pip and install requests
Original file line number Diff line number Diff line change 12
12
13
13
steps :
14
14
- name : Checkout Repository
15
- uses : actions/checkout@v3
15
+ uses : actions/checkout@v4
16
16
- name : Set up Python 3.11
17
- uses : actions/setup-python@v3
17
+ uses : actions/setup-python@v5
18
18
with :
19
19
python-version : " 3.11"
20
20
- name : Upgrade pip and install requests
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ installable via `pip`.
14
14
15
15
## Installation
16
16
17
- The latest version of the file can be install via pip:
17
+ The latest version of the file can be installed via pip:
18
18
` pip install naif-earth-itrf93 `
19
19
20
20
## Usage
You can’t perform that action at this time.
0 commit comments