From 047bb47d897763fb3bcf78ae6e4070985a20d550 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 10:41:46 +0000 Subject: [PATCH] chore(deps): update paulhatch/semantic-version action to v6.0.3 --- .github/workflows/ci.yaml | 6 +++--- .github/workflows/main.yaml | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 172f20a..1c1a56a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -49,7 +49,7 @@ jobs: - name: Generate timestamp id: timestamp run: echo "timestamp=$(date +'%Y%m%d%H%M%S')" >> $GITHUB_OUTPUT - - uses: paulhatch/semantic-version@v6.0.2 + - uses: paulhatch/semantic-version@v6.0.3 with: bump_each_commit: false version_format: "${{ steps.load_config.outputs.cuda_version }}-${{ steps.timestamp.outputs.timestamp }}" @@ -100,7 +100,7 @@ jobs: - name: Generate timestamp id: timestamp run: echo "timestamp=$(date +'%Y%m%d%H%M%S')" >> $GITHUB_OUTPUT - - uses: paulhatch/semantic-version@v6.0.2 + - uses: paulhatch/semantic-version@v6.0.3 with: bump_each_commit: false version_format: "${{ steps.load_config.outputs.cuda_version }}-${{ steps.timestamp.outputs.timestamp }}" @@ -154,7 +154,7 @@ jobs: - name: Generate timestamp id: timestamp run: echo "timestamp=$(date +'%Y%m%d%H%M%S')" >> $GITHUB_OUTPUT - - uses: paulhatch/semantic-version@v6.0.2 + - uses: paulhatch/semantic-version@v6.0.3 with: bump_each_commit: false version_format: "${{ steps.load_config.outputs.grid_version }}-${{ steps.timestamp.outputs.timestamp }}" diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index aea9e8d..6eee980 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -52,7 +52,7 @@ jobs: - name: Generate timestamp id: timestamp run: echo "timestamp=$(date +'%Y%m%d%H%M%S')" >> $GITHUB_OUTPUT - - uses: paulhatch/semantic-version@v6.0.2 + - uses: paulhatch/semantic-version@v6.0.3 with: bump_each_commit: false version_format: "${{ steps.load_config.outputs.cuda_version }}-${{ steps.timestamp.outputs.timestamp }}" @@ -111,7 +111,7 @@ jobs: - name: Generate timestamp id: timestamp run: echo "timestamp=$(date +'%Y%m%d%H%M%S')" >> $GITHUB_OUTPUT - - uses: paulhatch/semantic-version@v6.0.2 + - uses: paulhatch/semantic-version@v6.0.3 with: bump_each_commit: false version_format: "${{ steps.load_config.outputs.cuda_version }}-${{ steps.timestamp.outputs.timestamp }}" @@ -166,7 +166,7 @@ jobs: - name: Generate timestamp id: timestamp run: echo "timestamp=$(date +'%Y%m%d%H%M%S')" >> $GITHUB_OUTPUT - - uses: paulhatch/semantic-version@v6.0.2 + - uses: paulhatch/semantic-version@v6.0.3 - name: Cache Docker layers uses: actions/cache@v5 with: @@ -174,7 +174,7 @@ jobs: key: ${{ runner.os }}-buildx-${{ matrix.image_repo }}-${{ steps.load_config.outputs.grid_version }}-${{ github.sha }} restore-keys: | ${{ runner.os }}-buildx-${{ matrix.image_repo }}-${{ steps.load_config.outputs.grid_version }} - - uses: paulhatch/semantic-version@v6.0.2 + - uses: paulhatch/semantic-version@v6.0.3 with: bump_each_commit: false version_format: "${{ steps.load_config.outputs.grid_version }}-${{ steps.timestamp.outputs.timestamp }}"