From 587a782aa049ebfabece17b4a4706a5abaa9fb1e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 17:05:26 +0000 Subject: [PATCH] chore(deps): update practically/conventional-tools:1.x docker digest to a3e9869 --- .github/workflows/ct-commitlint.yml | 2 +- .github/workflows/ct-release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ct-commitlint.yml b/.github/workflows/ct-commitlint.yml index 25ffbb0..e2f1010 100644 --- a/.github/workflows/ct-commitlint.yml +++ b/.github/workflows/ct-commitlint.yml @@ -8,7 +8,7 @@ jobs: commits: name: Commitlint runs-on: ubuntu-latest - container: practically/conventional-tools:1.x@sha256:647d6e4b3edfcbac6054b90f74d2c61a022152751b94484d54e13695a9e27377 + container: practically/conventional-tools:1.x@sha256:a3e98697743d8801c694b92553da733aff0fbae6bf92876b13c92343a569f049 steps: - name: Checkout uses: actions/checkout@v3 diff --git a/.github/workflows/ct-release.yml b/.github/workflows/ct-release.yml index 57be393..a603fc0 100644 --- a/.github/workflows/ct-release.yml +++ b/.github/workflows/ct-release.yml @@ -13,7 +13,7 @@ jobs: release: name: Release runs-on: ubuntu-latest - container: practically/conventional-tools:1.x@sha256:e0603c12e8b4b835c9fcceaa4ddad4077ccf223665c0180db91511e2ce168670 + container: practically/conventional-tools:1.x@sha256:a3e98697743d8801c694b92553da733aff0fbae6bf92876b13c92343a569f049 env: CT_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: