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 }}"