From d92150ce63b011dd6d8f2730b04eb79f83a5ec3f Mon Sep 17 00:00:00 2001 From: ismay Date: Mon, 10 Jun 2024 15:48:21 +0200 Subject: [PATCH] ci: update actions --- .github/workflows/lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index ee11f427..954e8052 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -5,8 +5,8 @@ jobs: lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 - - uses: actions/setup-node@v3 + - uses: actions/checkout@v4 + - uses: actions/setup-node@v4 with: node-version: 20 cache: 'yarn'