From 3b15b8f764630221a1f5ef891a0c7a299805e827 Mon Sep 17 00:00:00 2001 From: Rich Brown Date: Tue, 29 Nov 2022 20:22:44 -0500 Subject: [PATCH] Update to use actions/checkout@v3 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ec78b0d..6f34304 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: env: token: ${{ secrets.GITHUB_TOKEN }} - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - run: npm ci - run: npm run lint - run: npm run build