From 7bff3eaf583cc5a819ce133becdaadf16628d6f7 Mon Sep 17 00:00:00 2001 From: austinkelsay Date: Thu, 3 Apr 2025 11:08:00 -0500 Subject: [PATCH] update actions checkout and setup-node from v3 to v4 --- .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 9c29cad..e762899 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -10,9 +10,9 @@ jobs: lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 18 cache: 'npm'