chore(deps): update stakater/.github action to v0.0.79 (#674)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-06-03 13:02:06 +02:00
committed by GitHub
parent b1ee068b89
commit e8a5b84603
3 changed files with 4 additions and 4 deletions

View File

@@ -23,7 +23,7 @@ env:
jobs:
qa:
uses: stakater/.github/.github/workflows/pull_request_doc_qa.yaml@v0.0.77
uses: stakater/.github/.github/workflows/pull_request_doc_qa.yaml@v0.0.79
with:
MD_CONFIG: .github/md_config.json
DOC_SRC: README.md

View File

@@ -15,13 +15,13 @@ on:
jobs:
qa:
uses: stakater/.github/.github/workflows/pull_request_doc_qa.yaml@v0.0.77
uses: stakater/.github/.github/workflows/pull_request_doc_qa.yaml@v0.0.79
with:
MD_CONFIG: .github/md_config.json
DOC_SRC: docs
MD_LINT_CONFIG: .markdownlint.yaml
build:
uses: stakater/.github/.github/workflows/pull_request_container_build.yaml@v0.0.77
uses: stakater/.github/.github/workflows/pull_request_container_build.yaml@v0.0.79
with:
DOCKER_FILE_PATH: Dockerfile-docs
secrets:

View File

@@ -16,7 +16,7 @@ on:
jobs:
push:
uses: stakater/.github/.github/workflows/push_container.yaml@v0.0.77
uses: stakater/.github/.github/workflows/push_container.yaml@v0.0.79
with:
DOCKER_FILE_PATH: Dockerfile-docs
RELEASE_BRANCH: master