From 066d6f5e952e54b6038190a25ce24cde60ccfc1f Mon Sep 17 00:00:00 2001 From: Aaron Batilo Date: Sun, 27 Oct 2024 19:58:50 -0600 Subject: [PATCH] ci: bump setup-python (#79) Upgrade setup-python to v5 --- .github/workflows/ci.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7704254..248fe73 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4 - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} - name: Run image diff --git a/README.md b/README.md index f9bb2b8..13fbf46 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4 - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} - name: Run image