From d1b0f7b4d3e6c4327089ddf894e461c8d6a4e254 Mon Sep 17 00:00:00 2001 From: FonduemangVI Date: Sun, 31 Mar 2024 22:58:28 +1100 Subject: [PATCH] Update actions versions --- .github/workflows/update_contributors.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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