diff --git a/.github/workflows/automated-version-tags.yml b/.github/workflows/automated-version-tags.yml index f6affb2..675931d 100644 --- a/.github/workflows/automated-version-tags.yml +++ b/.github/workflows/automated-version-tags.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 @@ -43,7 +43,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0