From 3dc73057805f91a5cf6a4f569c5edeeea89a02ea Mon Sep 17 00:00:00 2001 From: IK Renovate Bot Date: Thu, 9 May 2024 04:14:38 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4.1.5 (.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 ec361e37..8c1c83b0 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.2 + - uses: actions/checkout@v4.1.5 with: fetch-depth: '0'