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 }}