From 146ec831fb105d8249e373b2c935ccc98d73f5ba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 12:54:04 +0000 Subject: [PATCH] chore(deps): update gittools/actions action to v4 --- .github/workflows/publish.yml | 4 ++-- .github/workflows/test.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ca65d4a6..b9ff5dbb 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -24,12 +24,12 @@ jobs: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v0.13.6 + uses: gittools/actions/gitversion/setup@v4.7.0 with: versionSpec: "5.x" - name: Determine Version id: gitversion - uses: gittools/actions/gitversion/execute@v0.13.6 + uses: gittools/actions/gitversion/execute@v4.7.0 - name: Extract metadata (tags, labels) for Docker id: meta uses: docker/metadata-action@v6 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index db18e919..d8736a00 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,12 +17,12 @@ jobs: with: fetch-depth: 0 - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v0.13.6 + uses: gittools/actions/gitversion/setup@v4.7.0 with: versionSpec: "5.x" - name: Determine Version id: gitversion - uses: gittools/actions/gitversion/execute@v0.13.6 + uses: gittools/actions/gitversion/execute@v4.7.0 - name: Extract metadata (tags, labels) for Docker id: meta uses: docker/metadata-action@v6