Skip to content

Commit

Permalink
Update stakater/.github action to v0.0.71
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 10, 2024
1 parent 0ad8bc4 commit 53dcd59
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ on:

jobs:
qa:
uses: stakater/.github/.github/workflows/pull_request_doc_qa.yaml@v0.0.64
uses: stakater/.github/.github/workflows/pull_request_doc_qa.yaml@v0.0.71
with:
MD_CONFIG: .github/md_config.json
DOC_SRC: content
MD_LINT_CONFIG: markdownlint.yaml
build:
uses: stakater/.github/.github/workflows/pull_request_container_build.yaml@v0.0.64
uses: stakater/.github/.github/workflows/pull_request_container_build.yaml@v0.0.71
with:
DOCKER_FILE_PATH: Dockerfile
secrets:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
push:
uses: stakater/.github/.github/workflows/push_container.yaml@v0.0.64
uses: stakater/.github/.github/workflows/push_container.yaml@v0.0.71
with:
DOCKER_FILE_PATH: Dockerfile
RELEASE_BRANCH: master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ on:

jobs:
release:
uses: stakater/.github/.github/workflows/release_template.yaml@v0.0.64
uses: stakater/.github/.github/workflows/release_template.yaml@v0.0.71
secrets:
SLACK_WEBHOOK_URL: ${{ secrets.STAKATER_DELIVERY_SLACK_WEBHOOK }}

0 comments on commit 53dcd59

Please sign in to comment.