diff --git a/.github/workflows/test-and-release.yml b/.github/workflows/test-and-release.yml index c930478..308661b 100644 --- a/.github/workflows/test-and-release.yml +++ b/.github/workflows/test-and-release.yml @@ -70,7 +70,7 @@ jobs: - uses: actions/checkout@v4 - name: Use Python 3.11 if: ${{ matrix.os == 'macos-latest' }} - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: '3.11' - name: Use Node.js ${{ matrix.node-version }}