Skip to content

Commit

Permalink
Update GH checkout and setup-python actions to the latest major versi…
Browse files Browse the repository at this point in the history
…ons (#1)
  • Loading branch information
moeyensj authored Aug 29, 2024
1 parent 8a93c17 commit 9fab882
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 @@ -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
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 @@ -14,7 +14,7 @@ installable via `pip`.

## 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-de440`

## Usage
Expand Down

0 comments on commit 9fab882

Please sign in to comment.