From 75f2ba5d917e54c634d295e925cdd3f5fd30bd44 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Sep 2024 00:37:22 +0000 Subject: [PATCH] chore(deps): update githubactions | datasource | package | from | to | | ----------- | ------------------------------- | ------ | ------ | | npm | @commitlint/cli | 19.4.1 | 19.5.0 | | npm | @commitlint/config-conventional | 19.4.1 | 19.5.0 | | github-tags | defenseunicorns/lula | v0.6.0 | v0.7.0 | --- .github/actions/setup/action.yaml | 2 +- .github/workflows/commitlint.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/actions/setup/action.yaml b/.github/actions/setup/action.yaml index 970362991..f8dc2c4be 100644 --- a/.github/actions/setup/action.yaml +++ b/.github/actions/setup/action.yaml @@ -39,7 +39,7 @@ runs: uses: defenseunicorns/lula-action/setup@badad8c4b1570095f57e66ffd62664847698a3b9 # v0.0.1 with: # renovate: datasource=github-tags depName=defenseunicorns/lula versioning=semver-coerced - version: v0.6.0 + version: v0.7.0 - name: Iron Bank Login if: ${{ inputs.registry1Username != '' }} diff --git a/.github/workflows/commitlint.yaml b/.github/workflows/commitlint.yaml index 7fe978793..72aaec48d 100644 --- a/.github/workflows/commitlint.yaml +++ b/.github/workflows/commitlint.yaml @@ -24,8 +24,8 @@ jobs: - name: Install commitlint run: | - npm install --save-dev @commitlint/config-conventional@19.4.1 - npm install --save-dev @commitlint/cli@19.4.1 + npm install --save-dev @commitlint/config-conventional@19.5.0 + npm install --save-dev @commitlint/cli@19.5.0 - name: Lint PR title env: