Skip to content

Commit a3bb70f

Browse files
Bump flowfuse/github-actions-workflows from 0.37.0 to 0.38.0 (#160)
Bumps [flowfuse/github-actions-workflows](https://github.com/flowfuse/github-actions-workflows) from 0.37.0 to 0.38.0. - [Commits](FlowFuse/github-actions-workflows@v0.37.0...v0.38.0) --- updated-dependencies: - dependency-name: flowfuse/github-actions-workflows dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0f0226c commit a3bb70f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ on:
1919

2020
jobs:
2121
build:
22-
uses: 'flowfuse/github-actions-workflows/.github/workflows/build_node_package.yml@v0.37.0'
22+
uses: 'flowfuse/github-actions-workflows/.github/workflows/build_node_package.yml@v0.38.0'
2323
with:
2424
node: '[
2525
{"version": "18", "tests": false, "lint": true},
@@ -30,7 +30,7 @@ jobs:
3030
if: |
3131
( github.event_name == 'push' && github.ref == 'refs/heads/main' ) ||
3232
( github.event_name == 'workflow_dispatch' && github.ref == 'refs/heads/main' )
33-
uses: 'flowfuse/github-actions-workflows/.github/workflows/publish_node_package.yml@v0.37.0'
33+
uses: 'flowfuse/github-actions-workflows/.github/workflows/publish_node_package.yml@v0.38.0'
3434
with:
3535
package_name: driver-localfs
3636
publish_package: true

0 commit comments

Comments
 (0)