Skip to content

Commit

Permalink
Update GH checkout and setup-python actions to the latest major versions
Browse files Browse the repository at this point in the history
  • Loading branch information
moeyensj committed Aug 29, 2024
1 parent a12aa5a commit 177bdc0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:

steps:
- name: Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up Python 3.11
uses: actions/setup-python@v3
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Upgrade pip and install requests
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build_test_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:

steps:
- name: Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up Python 3.11
uses: actions/setup-python@v3
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Upgrade pip and install requests
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The current version of the file released on 2024 AUG 28 spans the following time

## Installation

The latest version of the file can be install via pip:
The latest version of the file can be installed via pip:
`pip install naif-eop-predict`

## Usage
Expand Down

0 comments on commit 177bdc0

Please sign in to comment.