Skip to content

Commit 088b04d

Browse files
Update aeternity/github-actions action to v1.1.1 (#38)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 784cc85 commit 088b04d

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.github/workflows/mainline.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ on:
66

77
jobs:
88
validate:
9-
uses: aeternity/github-actions/.github/workflows/_validate-npm.yml@v1.1.0
9+
uses: aeternity/github-actions/.github/workflows/_validate-npm.yml@v1.1.1
1010
publish:
11-
uses: aeternity/github-actions/.github/workflows/_publish-docker.yml@v1.1.0
11+
uses: aeternity/github-actions/.github/workflows/_publish-docker.yml@v1.1.1
1212
needs: [ validate ]
1313
secrets: inherit
1414
deploy:
15-
uses: aeternity/github-actions/.github/workflows/_deploy-gitops.yml@v1.1.0
15+
uses: aeternity/github-actions/.github/workflows/_deploy-gitops.yml@v1.1.1
1616
needs: [publish]
1717
secrets: inherit
1818
strategy:

.github/workflows/pull-request-cleanup.yml

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

88
jobs:
99
delete-tag:
10-
uses: aeternity/github-actions/.github/workflows/_delete-tag-docker.yml@v1.1.0
10+
uses: aeternity/github-actions/.github/workflows/_delete-tag-docker.yml@v1.1.1
1111
secrets: inherit
1212
with:
1313
DOCKERHUB_REPO: aeternitybot/aemon

.github/workflows/pull-request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ on:
66

77
jobs:
88
validate:
9-
uses: aeternity/github-actions/.github/workflows/_validate-npm.yml@v1.1.0
9+
uses: aeternity/github-actions/.github/workflows/_validate-npm.yml@v1.1.1
1010
publish:
11-
uses: aeternity/github-actions/.github/workflows/_publish-docker.yml@v1.1.0
11+
uses: aeternity/github-actions/.github/workflows/_publish-docker.yml@v1.1.1
1212
needs: [ validate ]
1313
secrets: inherit
1414
with:

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ on:
66

77
jobs:
88
validate:
9-
uses: aeternity/github-actions/.github/workflows/_validate-npm.yml@v1.1.0
9+
uses: aeternity/github-actions/.github/workflows/_validate-npm.yml@v1.1.1
1010
publish:
11-
uses: aeternity/github-actions/.github/workflows/_publish-docker.yml@v1.1.0
11+
uses: aeternity/github-actions/.github/workflows/_publish-docker.yml@v1.1.1
1212
needs: [ validate ]
1313
secrets: inherit
1414
deploy:
15-
uses: aeternity/github-actions/.github/workflows/_deploy-gitops.yml@v1.1.0
15+
uses: aeternity/github-actions/.github/workflows/_deploy-gitops.yml@v1.1.1
1616
needs: [publish]
1717
secrets: inherit
1818
strategy:

0 commit comments

Comments
 (0)