Skip to content

Commit b0001e0

Browse files
build(deps): Bump svenstaro/upload-release-action from 2.11.2 to 2.11.3 (#67)
Bumps [svenstaro/upload-release-action](https://github.com/svenstaro/upload-release-action) from 2.11.2 to 2.11.3. - [Release notes](https://github.com/svenstaro/upload-release-action/releases) - [Changelog](https://github.com/svenstaro/upload-release-action/blob/master/CHANGELOG.md) - [Commits](svenstaro/upload-release-action@2.11.2...2.11.3) --- updated-dependencies: - dependency-name: svenstaro/upload-release-action dependency-version: 2.11.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b1c8d32 commit b0001e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
cd ${{ github.workspace }}/custom_components/heating_cooling_degree_days
2424
zip heating_cooling_degree_days.zip -r ./
2525
- name: Upload zip to release
26-
uses: svenstaro/upload-release-action@2.11.2
26+
uses: svenstaro/upload-release-action@2.11.3
2727
with:
2828
repo_token: ${{ secrets.GITHUB_TOKEN }}
2929
file: ${{ github.workspace }}/custom_components/heating_cooling_degree_days/heating_cooling_degree_days.zip

0 commit comments

Comments
 (0)