From 89b868705b6aa56e231ffe198c022eec2c69d8f3 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Thu, 9 Nov 2023 15:32:16 +0100 Subject: [PATCH] chore(deps): update actions/checkout action to v4 (#2394) --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5a7e2e2f9..143050895 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -11,7 +11,7 @@ jobs: with: python-version: '3.x' - name: Fetch pull request branch - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: Fetch base main branch