diff --git a/.github/workflows/update_contributors.yml b/.github/workflows/update_contributors.yml index a74ff81cf..7fa8769b3 100644 --- a/.github/workflows/update_contributors.yml +++ b/.github/workflows/update_contributors.yml @@ -10,12 +10,12 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Install Node.js - uses: actions/setup-node@v2 + uses: actions/setup-node@v4 with: - node-version: "14" + node-version: "20" - name: Install dependencies run: npm install axios