diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index d2787be..037d6ed 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -11,7 +11,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Use Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 - run: npm install - run: node index.js - name: Config