diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 310cdb227..f97a81ef6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,9 +13,9 @@ jobs: node-version: [16.x, 18.x, 20.x] steps: - name: checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: setup Node.js v${{ matrix.node-version }} - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} @@ -37,9 +37,9 @@ jobs: node-version: [16.x, 18.x, 20.x] steps: - name: checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: setup Node.js v${{ matrix.node-version }} - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} @@ -62,9 +62,9 @@ jobs: node-version: [16.x] steps: - name: checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: setup Node.js v${{ matrix.node-version }} - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }}