From 3f4956a149e521acd1e81cd7826b4ba67dd3d105 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 18:23:55 +0000 Subject: [PATCH] build(ci): Bump actions/checkout from 3 to 4 (#171) --- .github/workflows/update-license.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-license.yml b/.github/workflows/update-license.yml index 6d79163..6130e48 100644 --- a/.github/workflows/update-license.yml +++ b/.github/workflows/update-license.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0