Skip to content

Commit

Permalink
Bump flowfuse/github-actions-workflows from 0.34.0 to 0.36.0 (#296)
Browse files Browse the repository at this point in the history
Bumps [flowfuse/github-actions-workflows](https://github.com/flowfuse/github-actions-workflows) from 0.34.0 to 0.36.0.
- [Commits](FlowFuse/github-actions-workflows@v0.34.0...v0.36.0)

---
updated-dependencies:
- dependency-name: flowfuse/github-actions-workflows
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 22, 2024
1 parent e0ce291 commit 432156e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ on:

jobs:
build:
uses: 'flowfuse/github-actions-workflows/.github/workflows/build_node_package.yml@v0.34.0'
uses: 'flowfuse/github-actions-workflows/.github/workflows/build_node_package.yml@v0.36.0'
with:
node: '[
{"version": "18", "tests": true, "lint": true},
Expand All @@ -37,7 +37,7 @@ jobs:
if: |
( github.event_name == 'push' && github.ref == 'refs/heads/main' ) ||
( github.event_name == 'workflow_dispatch' && github.ref == 'refs/heads/main' )
uses: 'flowfuse/github-actions-workflows/.github/workflows/publish_node_package.yml@v0.34.0'
uses: 'flowfuse/github-actions-workflows/.github/workflows/publish_node_package.yml@v0.36.0'
with:
package_name: flowfuse-nr-launcher
publish_package: true
Expand All @@ -53,7 +53,7 @@ jobs:
if: |
( github.event_name == 'push' && github.ref == 'refs/heads/main' ) ||
( github.event_name == 'workflow_dispatch' && github.ref == 'refs/heads/main' )
uses: 'flowfuse/github-actions-workflows/.github/workflows/publish_node_package.yml@v0.34.0'
uses: 'flowfuse/github-actions-workflows/.github/workflows/publish_node_package.yml@v0.36.0'
with:
package_name: flowfuse-nr-theme
publish_package: true
Expand Down

0 comments on commit 432156e

Please sign in to comment.