From 228f6719caeb57b6dc8b41e95b5b639526c3d4ee Mon Sep 17 00:00:00 2001 From: IK Renovate Bot Date: Sun, 28 Apr 2024 04:17:41 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4.1.4 (.github/workflows/release-draft.yml) --- .github/workflows/release-draft.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-draft.yml b/.github/workflows/release-draft.yml index 780350e..7ad0134 100644 --- a/.github/workflows/release-draft.yml +++ b/.github/workflows/release-draft.yml @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.1 + - uses: actions/checkout@v4.1.4 with: fetch-depth: '0'