From a12d9d2bdbb4032cd0038d182c5ce03652edd654 Mon Sep 17 00:00:00 2001 From: AAGaming Date: Sat, 29 Jun 2024 17:53:01 -0400 Subject: chore(ci): update actions to remove deprecation warnings --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/lint.yml') diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index db8914d7..deba25af 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v3 # Check out the repository first. + - uses: actions/checkout@v4 # Check out the repository first. - name: Install TypeScript dependencies working-directory: frontend -- cgit v1.2.3