diff --git a/.github/workflows/test-next.yml b/.github/workflows/test-next.yml index a0c6652e..9363d7d6 100644 --- a/.github/workflows/test-next.yml +++ b/.github/workflows/test-next.yml @@ -31,7 +31,9 @@ jobs: MINICONDA_VERSION: 4.11.0 steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 + with: + ref: next - name: Install node uses: actions/setup-node@v3 @@ -101,7 +103,9 @@ jobs: working-directory: pyscriptjs steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 + with: + ref: next - name: Install node uses: actions/setup-node@v3