diff --git a/.github/workflows/automated-version-tags.yml b/.github/workflows/automated-version-tags.yml index 6fd7d36..ae4e68f 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@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 @@ -43,7 +43,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0