Skip to content

Commit a6458fd

Browse files
Update stakater/.github action to v0.0.140
1 parent b7afe55 commit a6458fd

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,7 +7,7 @@ on:
77

88
jobs:
99
doc-qa:
10-
uses: stakater/.github/.github/workflows/[email protected].137
10+
uses: stakater/.github/.github/workflows/[email protected].140
1111
with:
1212
MD_CONFIG: .github/md_config.json
1313
DOC_SRC: README.md
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
path: "get-versions.sh"
2323
build:
24-
uses: stakater/.github/.github/workflows/[email protected].137
24+
uses: stakater/.github/.github/workflows/[email protected].140
2525
with:
2626
DOCKER_FILE_PATH: Dockerfile
2727
CONTAINER_REGISTRY_URL: ghcr.io/stakater

.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].137
10+
uses: stakater/.github/.github/workflows/[email protected].140
1111
with:
1212
DOCKER_FILE_PATH: Dockerfile
1313
RELEASE_BRANCH: main

.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].137
10+
uses: stakater/.github/.github/workflows/[email protected].140
1111
secrets:
1212
SLACK_WEBHOOK_URL: ${{ secrets.STAKATER_DELIVERY_SLACK_WEBHOOK }}

0 commit comments

Comments
 (0)