diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 8b62b980..b47a2ad3 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -23,7 +23,7 @@ jobs: with: fetch-depth: 0 # Required to retrieve git history - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v3.2.0 + uses: actions/setup-node@v3.3.0 with: node-version: ${{ matrix.node-version }} cache: "npm" @@ -48,7 +48,7 @@ jobs: fetch-depth: 0 # Required to retrieve git history token: ${{ secrets.GH_TOKEN_SEMANTIC }} - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v3.2.0 + uses: actions/setup-node@v3.3.0 with: node-version: 14 cache: "npm"