Skip to content

Commit

Permalink
Merge pull request #107 from FlowFuse/dependabot/github_actions/flowf…
Browse files Browse the repository at this point in the history
…use/github-actions-workflows-0.30.0

Bump flowfuse/github-actions-workflows from 0.29.0 to 0.30.0
  • Loading branch information
ppawlowski authored Sep 23, 2024
2 parents 119c052 + fd6598c commit eda99c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
build:
uses: 'flowfuse/github-actions-workflows/.github/workflows/build_node_package.yml@v0.29.0'
uses: 'flowfuse/github-actions-workflows/.github/workflows/build_node_package.yml@v0.30.0'
with:
node: '[
{"version": "14", "tests": true, "lint": false},
Expand All @@ -25,7 +25,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.29.0'
uses: 'flowfuse/github-actions-workflows/.github/workflows/publish_node_package.yml@v0.30.0'
with:
package_name: nr-project-nodes
publish_package: true
Expand Down

0 comments on commit eda99c7

Please sign in to comment.