From 67ca10505d3a0c2d5e203893ccebeaedab60b16f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Dec 2024 13:50:08 +0000 Subject: [PATCH] chore(deps): update practically/conventional-tools:1.x Update the docker digest to a3e9869 --- .github/workflows/ct-commitlint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ct-commitlint.yml b/.github/workflows/ct-commitlint.yml index ec27c1d..2cbc2f9 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@v4