Skip to content

Commit

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

Bumps [flowfuse/github-actions-workflows](https://github.com/flowfuse/github-actions-workflows) from 0.30.0 to 0.34.0.
- [Commits](FlowFuse/github-actions-workflows@v0.30.0...v0.34.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>

* Pin dependencies to `nightly` tag

---------

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 10, 2024
1 parent c0fa5f7 commit 5069110
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,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.34.0'
with:
node: '[
{"version": "18", "tests": false, "lint": true},
Expand All @@ -30,12 +30,12 @@ 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.34.0'
with:
package_name: driver-localfs
publish_package: true
package_dependencies: |
@flowfuse/nr-launcher
@flowfuse/nr-launcher=nightly
secrets:
npm_registry_token: ${{ secrets.NPM_PUBLISH_TOKEN }}

Expand Down

0 comments on commit 5069110

Please sign in to comment.