From 29c30de975fa02e9dd597708f983bc5da3ecd74f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 14:16:45 +0000 Subject: [PATCH 1/2] chore(deps): update actionshub/reusable-workflows digest to cb64d61 --- .github/workflows/publish.yml | 2 +- .github/workflows/pull_request.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 From d9dc9a473336195260d3332afd9c1fc7ec3bc9f3 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 14:17:15 +0000 Subject: [PATCH 2/2] [skip ci] Update actions.yml to v3.1.5 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"