Skip to content

Commit

Permalink
Bump flowfuse/github-actions-workflows from 0.1.0 to 0.19.0
Browse files Browse the repository at this point in the history
Bumps [flowfuse/github-actions-workflows](https://github.com/flowfuse/github-actions-workflows) from 0.1.0 to 0.19.0.
- [Commits](FlowFuse/github-actions-workflows@v0.1.0...v0.19.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>
  • Loading branch information
dependabot[bot] authored Jun 24, 2024
1 parent 0b77ab0 commit 1514c14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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.14.0'
uses: 'flowfuse/github-actions-workflows/.github/workflows/build_node_package.yml@v0.19.0'
with:
node: '[
{"version": "18", "tests": false, "lint": true},
Expand All @@ -30,7 +30,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.1.0'
uses: 'flowfuse/github-actions-workflows/.github/workflows/publish_node_package.yml@v0.19.0'
with:
package_name: driver-localfs
publish_package: true
Expand Down

0 comments on commit 1514c14

Please sign in to comment.