From 3dbe37ef86e2e268c582db6cb19a3043002225a0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 01:43:54 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20update=20actions/checkout?= =?UTF-8?q?=20action=20to=20v4.1.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/tarpaulin.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tarpaulin.yml b/.github/workflows/tarpaulin.yml index ad191aa..001700d 100644 --- a/.github/workflows/tarpaulin.yml +++ b/.github/workflows/tarpaulin.yml @@ -27,7 +27,7 @@ jobs: python-version: 3.11 - name: checkout - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.4 with: ref: ${{ github.head_ref }} repository: ${{ github.event.pull_request.head.repo.full_name }}