diff --git a/.github/workflows/stage.yml b/.github/workflows/stage.yml index 7e25207..9c264cf 100644 --- a/.github/workflows/stage.yml +++ b/.github/workflows/stage.yml @@ -17,7 +17,9 @@ jobs: permissions: id-token: write steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Set up Python uses: actions/setup-python@v4 with: