diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d389c1e..fb24634 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -6,4 +6,4 @@ name: Build & Publish container jobs: publish: - uses: actionshub/reusable-workflows/.github/workflows/publish.yaml@cce19fb345836ccd29168d876a8a8eca454fb27a + uses: actionshub/reusable-workflows/.github/workflows/publish.yaml@cb64d61d896ad264d111c6d105a8e662f5e24210 diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index d5ff8f9..f868d80 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -4,4 +4,4 @@ name: Build & Publish container pull_request: jobs: pull_request: - uses: actionshub/reusable-workflows/.github/workflows/pull_request.yaml@cce19fb345836ccd29168d876a8a8eca454fb27a + uses: actionshub/reusable-workflows/.github/workflows/pull_request.yaml@cb64d61d896ad264d111c6d105a8e662f5e24210 diff --git a/action.yml b/action.yml index 549d3f3..1903df2 100644 --- a/action.yml +++ b/action.yml @@ -14,4 +14,4 @@ outputs: description: "stdout from mdl" runs: using: "docker" - image: "docker://ghcr.io/actionshub/markdownlint:v3.1.4" + image: "docker://ghcr.io/actionshub/markdownlint:v3.1.5"