From 85f6a52e927faa49f7bdc6244d033d48fa5c32b5 Mon Sep 17 00:00:00 2001 From: Timid Robot Zehta Date: Tue, 27 Feb 2024 14:47:05 -0800 Subject: [PATCH] update to actions/checkout@v4 --- .github/workflows/checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 9a011169f70..c18c5370196 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -20,7 +20,7 @@ jobs: # https://github.com/actions/checkout - name: Checkout cc-legal-tools-app - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Check published files for invalid template run: |