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