Skip to content

Commit

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

Bump flowfuse/github-actions-workflows from 0.37.0 to 0.38.0
  • Loading branch information
joepavitt authored Dec 11, 2024
2 parents a85ce73 + 6398e73 commit b32cdc3
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.37.0'
uses: 'flowfuse/github-actions-workflows/.github/workflows/build_node_package.yml@v0.38.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 @@ -10,7 +10,7 @@ concurrency:

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

0 comments on commit b32cdc3

Please sign in to comment.