diff --git a/.github/workflows/update_version.yml b/.github/workflows/update_version.yml index b699ddb..dde3c0f 100644 --- a/.github/workflows/update_version.yml +++ b/.github/workflows/update_version.yml @@ -15,7 +15,7 @@ jobs: steps: - name: "Checkout repo" - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: ${{ github.head_ref }}