From b91d1f927c0bf1f21729a036de4ca5663c2e6d46 Mon Sep 17 00:00:00 2001 From: IK Renovate Bot Date: Sun, 16 Jun 2024 04:12:23 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4.1.7 (.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 06b97c1d..475c2702 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.6 + - uses: actions/checkout@v4.1.7 with: fetch-depth: '0'