Skip to content

Commit f450630

Browse files
Bump flowfuse/github-actions-workflows from 0.29.0 to 0.30.0 (#4547)
Bumps [flowfuse/github-actions-workflows](https://github.com/flowfuse/github-actions-workflows) from 0.29.0 to 0.30.0. - [Commits](FlowFuse/github-actions-workflows@v0.29.0...v0.30.0) --- updated-dependencies: - dependency-name: flowfuse/github-actions-workflows dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 56c64bb commit f450630

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
if: |
2727
( github.event.workflow_run.conclusion == 'success' && github.ref == 'refs/heads/main' ) ||
2828
( github.event_name == 'workflow_dispatch' && github.ref == 'refs/heads/main' )
29-
uses: 'flowfuse/github-actions-workflows/.github/workflows/publish_node_package.yml@v0.29.0'
29+
uses: 'flowfuse/github-actions-workflows/.github/workflows/publish_node_package.yml@v0.30.0'
3030
with:
3131
package_name: flowfuse
3232
build_package: true

0 commit comments

Comments
 (0)