diff --git a/.github/workflows/node-js.yml b/.github/workflows/node-js.yml index ade1da3..8e40d1b 100644 --- a/.github/workflows/node-js.yml +++ b/.github/workflows/node-js.yml @@ -23,7 +23,7 @@ jobs: git config --global url."https://github.com/".insteadOf ssh://git@github.com/ - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v3.5.1 + uses: actions/setup-node@v5 with: node-version: ${{ matrix.node-version }} cache: 'npm' diff --git a/.github/workflows/update-md-and-index.yml b/.github/workflows/update-md-and-index.yml index 3e944fa..f1c42f5 100644 --- a/.github/workflows/update-md-and-index.yml +++ b/.github/workflows/update-md-and-index.yml @@ -40,7 +40,7 @@ jobs: - run: git pull origin main # guarantee a latest commit from 'update-recent-md' - name: Use Node.js - uses: actions/setup-node@v2 + uses: actions/setup-node@v5 with: node-version: 21