Skip to content

Commit 702fd0f

Browse files
authored
Update GH checkout and setup-python actions to the latest major versions (#1)
1 parent 42c5bdf commit 702fd0f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/build_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212

1313
steps:
1414
- name: Checkout Repository
15-
uses: actions/checkout@v3
15+
uses: actions/checkout@v4
1616
- name: Set up Python 3.11
17-
uses: actions/setup-python@v3
17+
uses: actions/setup-python@v5
1818
with:
1919
python-version: "3.11"
2020
- name: Upgrade pip and install requests

.github/workflows/build_test_publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212

1313
steps:
1414
- name: Checkout Repository
15-
uses: actions/checkout@v3
15+
uses: actions/checkout@v4
1616
- name: Set up Python 3.11
17-
uses: actions/setup-python@v3
17+
uses: actions/setup-python@v5
1818
with:
1919
python-version: "3.11"
2020
- name: Upgrade pip and install requests

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ installable via `pip`.
1414

1515
## Installation
1616

17-
The latest version of the file can be install via pip:
17+
The latest version of the file can be installed via pip:
1818
`pip install naif-earth-itrf93`
1919

2020
## Usage

0 commit comments

Comments
 (0)