From f96c43ec38d2cc4cd62f8a44873597c16a5d96fb Mon Sep 17 00:00:00 2001 From: Brian White Date: Thu, 13 Jun 2024 03:02:28 -0400 Subject: [PATCH] ci: bump setup-python to v5 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 132498c1..ae5ae286 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,7 +49,7 @@ jobs: with: node-version: ${{ matrix.node-version }} - name: Install Python 3.10 - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: '3.10' - name: Check Node.js version @@ -67,7 +67,7 @@ jobs: - name: Use Node.js (latest) run: brew install node - name: Install Python 3.10 - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: '3.10' - name: Check Node.js version