Skip to content

Commit

Permalink
Bump flowfuse/github-actions-workflows from 0.30.0 to 0.33.0 (#293)
Browse files Browse the repository at this point in the history
* Bump flowfuse/github-actions-workflows from 0.30.0 to 0.33.0

Bumps [flowfuse/github-actions-workflows](https://github.com/flowfuse/github-actions-workflows) from 0.30.0 to 0.33.0.
- [Commits](FlowFuse/github-actions-workflows@v0.30.0...v0.33.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

* Adjust inputs for `v0.33.0`

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: PPawlowski <ppawlowski@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and ppawlowski authored Oct 3, 2024
1 parent a333efa commit 09bdecb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 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.30.0'
uses: 'flowfuse/github-actions-workflows/.github/workflows/build_node_package.yml@v0.33.0'
with:
node: '[
{"version": "18", "tests": true, "lint": true},
Expand All @@ -37,14 +37,14 @@ 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.30.0'
uses: 'flowfuse/github-actions-workflows/.github/workflows/publish_node_package.yml@v0.33.0'
with:
package_name: flowfuse-nr-launcher
publish_package: true
package_dependencies: |
@flowfuse/nr-project-nodes
@flowfuse/nr-file-nodes
@flowfuse/nr-assistant
@flowfuse/nr-project-nodes=nightly
@flowfuse/nr-file-nodes=nightly
@flowfuse/nr-assistant=nightly
secrets:
npm_registry_token: ${{ secrets.NPM_PUBLISH_TOKEN }}

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.30.0'
uses: 'flowfuse/github-actions-workflows/.github/workflows/publish_node_package.yml@v0.33.0'
with:
package_name: flowfuse-nr-theme
publish_package: true
Expand Down

0 comments on commit 09bdecb

Please sign in to comment.