Skip to content

Commit

Permalink
Merge pull request #1365 from FlowFuse/dependabot/github_actions/flow…
Browse files Browse the repository at this point in the history
…fuse/github-actions-workflows-0.34.0

Bump flowfuse/github-actions-workflows from 0.31.0 to 0.34.0
  • Loading branch information
joepavitt authored Oct 12, 2024
2 parents f212d7f + bd4be54 commit 94bc139
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
pull_request:
jobs:
build:
uses: 'flowfuse/github-actions-workflows/.github/workflows/build_node_package.yml@v0.31.0'
uses: 'flowfuse/github-actions-workflows/.github/workflows/build_node_package.yml@v0.34.0'
with:
node: '[
{"version": "18", "tests": true, "lint": true},
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-private.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
build:
uses: 'flowfuse/github-actions-workflows/.github/workflows/build_node_package.yml@v0.31.0'
uses: 'flowfuse/github-actions-workflows/.github/workflows/build_node_package.yml@v0.34.0'
with:
node: '[
{"version": "18", "tests": true, "lint": true},
Expand All @@ -16,7 +16,7 @@ jobs:
needs: build
if: |
github.ref == 'refs/heads/main'
uses: 'flowfuse/github-actions-workflows/.github/workflows/publish_node_package.yml@v0.31.0'
uses: 'flowfuse/github-actions-workflows/.github/workflows/publish_node_package.yml@v0.34.0'
with:
package_name: node-red-dashboard
publish_package: true
Expand Down

0 comments on commit 94bc139

Please sign in to comment.