Skip to content

Commit 728c011

Browse files
Update benc-uk/workflow-dispatch action to v1.2 (#1726)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c784ede commit 728c011

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/gradle.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
run: echo ::set-output name=value::{\"message\":\"New Core Snapshot $(date) - $GITHUB_SHA\"}
6767
- name: Invoke the Java CI workflow in GORM Hibernate5
6868
if: success() && github.event_name == 'push' && matrix.java == '8'
69-
uses: benc-uk/workflow-dispatch@v1.1
69+
uses: benc-uk/workflow-dispatch@v1.2
7070
with:
7171
workflow: Java CI
7272
repo: grails/gorm-hibernate5
@@ -75,7 +75,7 @@ jobs:
7575
inputs: ${{ steps.dispatch_message.outputs.value }}
7676
- name: Invoke the Java CI workflow in GORM MongoDB
7777
if: success() && github.event_name == 'push' && matrix.java == '8'
78-
uses: benc-uk/workflow-dispatch@v1.1
78+
uses: benc-uk/workflow-dispatch@v1.2
7979
with:
8080
workflow: Java CI
8181
repo: grails/gorm-mongodb
@@ -84,7 +84,7 @@ jobs:
8484
inputs: ${{ steps.dispatch_message.outputs.value }}
8585
- name: Invoke the Java CI workflow in GORM Neo4j
8686
if: success() && github.event_name == 'push' && matrix.java == '8'
87-
uses: benc-uk/workflow-dispatch@v1.1
87+
uses: benc-uk/workflow-dispatch@v1.2
8888
with:
8989
workflow: Java CI
9090
repo: grails/gorm-neo4j

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
- name: Invoke gorm-docs release workflow
7878
if: success()
7979
id: gorm_docs
80-
uses: benc-uk/workflow-dispatch@v1.1
80+
uses: benc-uk/workflow-dispatch@v1.2
8181
with:
8282
workflow: Release
8383
repo: grails/gorm-docs

0 commit comments

Comments
 (0)