From 14c3b6066b1a05aaa47a742be8c51860a1ed9a57 Mon Sep 17 00:00:00 2001 From: Thomas Merz Date: Fri, 22 Dec 2023 14:33:49 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20use=20latest=20major=20version?= =?UTF-8?q?=20for=20actions/checkout?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 04bc2e8b..0eb321fa 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -12,7 +12,7 @@ jobs: name: Lint runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - uses: actions/setup-node@v1 with: node-version: '18'