diff --git a/.github/workflows/internal_release.yml b/.github/workflows/internal_release.yml index ee04a001d..de7b80ee5 100644 --- a/.github/workflows/internal_release.yml +++ b/.github/workflows/internal_release.yml @@ -21,7 +21,7 @@ jobs: steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - name: Checkout GIT - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 #Fetch all history for all branches and tags