From 177bdc044fc9e213633449bcea47237690b32769 Mon Sep 17 00:00:00 2001 From: Joachim Moeyens Date: Thu, 29 Aug 2024 07:01:46 -0700 Subject: [PATCH] Update GH checkout and setup-python actions to the latest major versions --- .github/workflows/build_test.yml | 4 ++-- .github/workflows/build_test_publish.yml | 4 ++-- README.md | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml index e657269..7bdcb9d 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -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 diff --git a/.github/workflows/build_test_publish.yml b/.github/workflows/build_test_publish.yml index 74a54f4..bd79de9 100644 --- a/.github/workflows/build_test_publish.yml +++ b/.github/workflows/build_test_publish.yml @@ -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 diff --git a/README.md b/README.md index 5489933..92c9397 100644 --- a/README.md +++ b/README.md @@ -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