diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 0a5fcf9..b54cd27 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -31,6 +31,6 @@ jobs: run: python3 -m ruff check . - name: "Auto Commit" - uses: stefanzweifel/git-auto-commit-action@v5.0.1 + uses: stefanzweifel/git-auto-commit-action@v5.1.0 with: commit_message: 'style fixes by ruff' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 39bd043..694705a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,6 +31,6 @@ jobs: zip pirateweather.zip -r ./ - name: "Upload the ZIP file to the release" - uses: softprops/action-gh-release@v2.2.0 + uses: softprops/action-gh-release@v2.2.1 with: files: ${{ github.workspace }}/custom_components/pirateweather/pirateweather.zip \ No newline at end of file