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