From af2b117b2c6b52f92a430e098b21b0ea3a9850f7 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 7 Mar 2022 09:35:46 +0000 Subject: [PATCH] Update actions/checkout action to v3 --- .github/workflows/ESLint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ESLint.yml b/.github/workflows/ESLint.yml index 9f8ce61..6f8f242 100644 --- a/.github/workflows/ESLint.yml +++ b/.github/workflows/ESLint.yml @@ -25,7 +25,7 @@ jobs: matrix: node-version: [14.x, 15.x] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v2