Skip to content

Commit 2e5e5b4

Browse files
authoredMay 15, 2024··
chore(deps): update stakater/.github action to v0.0.75
1 parent 195b129 commit 2e5e5b4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
 

‎.github/workflows/pull_request.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ env:
2323

2424
jobs:
2525
qa:
26-
uses: stakater/.github/.github/workflows/pull_request_doc_qa.yaml@v0.0.73
26+
uses: stakater/.github/.github/workflows/pull_request_doc_qa.yaml@v0.0.75
2727
with:
2828
MD_CONFIG: .github/md_config.json
2929
DOC_SRC: README.md

‎.github/workflows/pull_request_docs.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ on:
1515

1616
jobs:
1717
qa:
18-
uses: stakater/.github/.github/workflows/pull_request_doc_qa.yaml@v0.0.73
18+
uses: stakater/.github/.github/workflows/pull_request_doc_qa.yaml@v0.0.75
1919
with:
2020
MD_CONFIG: .github/md_config.json
2121
DOC_SRC: docs
2222
MD_LINT_CONFIG: .markdownlint.yaml
2323
build:
24-
uses: stakater/.github/.github/workflows/pull_request_container_build.yaml@v0.0.73
24+
uses: stakater/.github/.github/workflows/pull_request_container_build.yaml@v0.0.75
2525
with:
2626
DOCKER_FILE_PATH: Dockerfile-docs
2727
secrets:

‎.github/workflows/push_docs.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616

1717
jobs:
1818
push:
19-
uses: stakater/.github/.github/workflows/push_container.yaml@v0.0.73
19+
uses: stakater/.github/.github/workflows/push_container.yaml@v0.0.75
2020
with:
2121
DOCKER_FILE_PATH: Dockerfile-docs
2222
RELEASE_BRANCH: master

0 commit comments

Comments
 (0)
Please sign in to comment.