From e1f8f41913bc80c627709c0d68c8d268c5032f13 Mon Sep 17 00:00:00 2001 From: robertsLando Date: Tue, 4 Feb 2025 15:25:31 +0100 Subject: [PATCH] chore: update GitHub Actions to use checkout@v4 and setup-node@v4 --- .github/workflows/update-dep.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-dep.yml b/.github/workflows/update-dep.yml index 6cd2fd7c..5822568b 100644 --- a/.github/workflows/update-dep.yml +++ b/.github/workflows/update-dep.yml @@ -22,10 +22,10 @@ jobs: pull-requests: write steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Use Node.js 20 - uses: actions/setup-node@v3.6.0 + uses: actions/setup-node@v4 with: node-version: 20.x cache: 'yarn'