From 5c198b08bd25261724af90b7e7ffff87ced922f8 Mon Sep 17 00:00:00 2001 From: Nathan Spencer Date: Tue, 20 Feb 2024 13:31:58 -0700 Subject: [PATCH] Update GHA --- .github/workflows/ci.yml | 4 ++-- .github/workflows/python-publish.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c620e23..27ad099 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,11 +18,11 @@ jobs: python-version: ["3.8", "3.9", "3.10", "3.11"] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install poetry run: pipx install poetry - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} cache: "poetry" diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index 51e7196..6d0329d 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -15,7 +15,7 @@ jobs: publish: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Build and publish to pypi uses: JRubics/poetry-publish@v1.16 with: