diff --git a/.github/workflows/client_update.yml b/.github/workflows/client_update.yml index c0ed831d..a91a0256 100644 --- a/.github/workflows/client_update.yml +++ b/.github/workflows/client_update.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Fetch Changes - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 # Checkout everything to get access to the tags ref: main