From bd6df15de5873f750da72e1c6bb9fc6f0a3cab13 Mon Sep 17 00:00:00 2001 From: IK Renovate Bot Date: Mon, 20 May 2024 04:13:39 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4.1.6 (.github/workflows/00-release-draft.yml) --- .github/workflows/00-release-draft.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/00-release-draft.yml b/.github/workflows/00-release-draft.yml index 8c1c83b0..06b97c1d 100644 --- a/.github/workflows/00-release-draft.yml +++ b/.github/workflows/00-release-draft.yml @@ -34,7 +34,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.5 + - uses: actions/checkout@v4.1.6 with: fetch-depth: '0'