Skip to content

Commit d172b10

Browse files
Update stakater/.github action to v0.0.113
1 parent 9bd293e commit d172b10

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/pull_request.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ on:
77

88
jobs:
99
qa:
10-
uses: stakater/.github/.github/workflows/[email protected].75
10+
uses: stakater/.github/.github/workflows/[email protected].113
1111
with:
1212
MD_CONFIG: .github/md_config.json
1313
DOC_SRC: content
1414
MD_LINT_CONFIG: .markdownlint.yaml
1515
build:
16-
uses: stakater/.github/.github/workflows/[email protected].75
16+
uses: stakater/.github/.github/workflows/[email protected].113
1717
with:
1818
DOCKER_FILE_PATH: Dockerfile
1919
secrets:

.github/workflows/push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
push:
10-
uses: stakater/.github/.github/workflows/[email protected].75
10+
uses: stakater/.github/.github/workflows/[email protected].113
1111
with:
1212
DOCKER_FILE_PATH: Dockerfile
1313
RELEASE_BRANCH: master

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ on:
77

88
jobs:
99
release:
10-
uses: stakater/.github/.github/workflows/[email protected].75
10+
uses: stakater/.github/.github/workflows/[email protected].113
1111
secrets:
1212
SLACK_WEBHOOK_URL: ${{ secrets.STAKATER_DELIVERY_SLACK_WEBHOOK }}

0 commit comments

Comments
 (0)