From 94c08e749e569021eb561a2b5f09c5b31aec4b87 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 06:16:20 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20update=20actions/checkout?= =?UTF-8?q?=20action=20to=20v4.1.7=20(#338)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 0bc7c55..9940745 100644 --- a/.github/workflows/tarpaulin.yml +++ b/.github/workflows/tarpaulin.yml @@ -31,7 +31,7 @@ jobs: python-version: 3.11 - name: checkout - uses: actions/checkout@v4.1.6 + uses: actions/checkout@v4.1.7 with: ref: ${{ github.head_ref }} repository: ${{ github.event.pull_request.head.repo.full_name }}