Skip to content

Commit

Permalink
Bump fhem/fhem-controls-actions from 2.0.2 to 2.0.3
Browse files Browse the repository at this point in the history
Bumps [fhem/fhem-controls-actions](https://github.com/fhem/fhem-controls-actions) from 2.0.2 to 2.0.3.
- [Release notes](https://github.com/fhem/fhem-controls-actions/releases)
- [Commits](fhem/fhem-controls-actions@v2.0.2...v2.0.3)

---
updated-dependencies:
- dependency-name: fhem/fhem-controls-actions
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Nov 25, 2021
1 parent d01e9cd commit 9a8d784
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,12 @@ jobs:
persist-credentials: false
- name: update controls file (FHEM)
if: needs.pr_check.outputs.result != 'true'
uses: fhem/fhem-controls-actions@v2.0.2
uses: fhem/fhem-controls-actions@v2.0.3
with:
filename: controls_signalduino.txt
- name: update controls file (lib)
if: needs.pr_check.outputs.result != 'true'
uses: fhem/fhem-controls-actions@v2.0.2
uses: fhem/fhem-controls-actions@v2.0.3
with:
filename: controls_signalduino.txt
directory: FHEM/lib
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,11 +140,11 @@ jobs:
find ./FHEM -name "$FILE" -exec cp $FPATH "{}" \;
done
- name: update controls file (FHEM)
uses: fhem/fhem-controls-actions@v2.0.2
uses: fhem/fhem-controls-actions@v2.0.3
with:
filename: controls_signalduino.txt
- name: update controls file (lib)
uses: fhem/fhem-controls-actions@v2.0.2
uses: fhem/fhem-controls-actions@v2.0.3
with:
filename: controls_signalduino.txt
directory: FHEM/lib
Expand Down

0 comments on commit 9a8d784

Please sign in to comment.