Skip to content

Commit f891def

Browse files
fix(ci): bump auto-release action to v3 (#26)
This refreshes the stale Dependabot upgrade from #24 on top of current develop. - updates `.github/workflows/auto-release.yml` from `softprops/action-gh-release@v2` to `@v3` - runs the current local validation suite successfully (`ruff`, `black --check`, `mypy`, `pytest`) - supersedes or unblocks the stale CI failure that was blocking #24 after the Black baseline fix landed in #25 Refs #24 Co-authored-by: IISweetHeartII <IISweetHeartII@users.noreply.github.com>
1 parent 1252c32 commit f891def

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/auto-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
fi
3030
- name: Create Release
3131
if: steps.check_tag.outputs.exists == 'false'
32-
uses: softprops/action-gh-release@v2
32+
uses: softprops/action-gh-release@v3
3333
with:
3434
tag_name: v${{ steps.version.outputs.version }}
3535
name: v${{ steps.version.outputs.version }}

0 commit comments

Comments
 (0)