diff --git a/.github/workflows/semantic_release.yml b/.github/workflows/semantic_release.yml index 4ebfef9d..973c666e 100644 --- a/.github/workflows/semantic_release.yml +++ b/.github/workflows/semantic_release.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 token: ${{ secrets.GH_TOKEN }}