node-red-contrib-homebridge-automation 0.3.1 → 0.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -25,7 +25,7 @@ jobs:
25
25
 
26
26
  steps:
27
27
  # checkout repo
28
- - uses: actions/checkout@v5
28
+ - uses: actions/checkout@v6
29
29
 
30
30
  # get branch / tag name
31
31
  - name: Get Branch / Tag Name
@@ -52,7 +52,7 @@ jobs:
52
52
 
53
53
  steps:
54
54
  # checkout repo
55
- - uses: actions/checkout@v5
55
+ - uses: actions/checkout@v6
56
56
  with:
57
57
  persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal access token.
58
58
  fetch-depth: 0 # otherwise, there would be errors pushing refs to the destination repository.
@@ -115,7 +115,7 @@ jobs:
115
115
  needs: [publish_prod_release]
116
116
  runs-on: ubuntu-latest
117
117
  steps:
118
- - uses: actions/checkout@v5
118
+ - uses: actions/checkout@v6
119
119
  - name: Create Release
120
120
  uses: softprops/action-gh-release@v2
121
121
  env:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-red-contrib-homebridge-automation",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "NodeRED Automation for HomeBridge",
5
5
  "main": "src/HAP-NodeRed.js",
6
6
  "scripts": {