Skip to content

Commit

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

Bump flowfuse/github-actions-workflows from 0.26.0 to 0.28.0
  • Loading branch information
ppawlowski authored Sep 4, 2024
2 parents 9fefd92 + 7b686be commit bee8d8b
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.26.0'
uses: 'flowfuse/github-actions-workflows/.github/workflows/build_node_package.yml@v0.28.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.26.0'
uses: 'flowfuse/github-actions-workflows/.github/workflows/build_node_package.yml@v0.28.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.26.0'
uses: 'flowfuse/github-actions-workflows/.github/workflows/publish_node_package.yml@v0.28.0'
with:
package_name: node-red-dashboard
publish_package: true
Expand Down

0 comments on commit bee8d8b

Please sign in to comment.