diff --git a/.github/workflows/senna.yml b/.github/workflows/senna.yml index 25a64af9e..8d7e4994f 100644 --- a/.github/workflows/senna.yml +++ b/.github/workflows/senna.yml @@ -28,7 +28,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v1 + uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }} - name: Use or update Yarn cache @@ -51,7 +51,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v1 + uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }} - name: Use or update Yarn cache