Skip to content

Commit

Permalink
Bump softprops/action-gh-release from 1 to 2 (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Aug 15, 2024
1 parent e3a3fee commit 9092fd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-draft-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
with:
path: ./bin
- name: Create draft release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
name: v${{ steps.version.outputs.version }}
draft: true
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
- Update [oxipng](https://crates.io/crates/multimap) dependency to v9.1
- Update [resvg](https://crates.io/crates/resvg) dependency to v0.43
- Update [assert_fs](https://crates.io/crates/assert_fs) dev dependency to v1.1
- Update [softprops/action-gh-release](https://github.com/softprops/action-gh-release) to v2

The minimum supported version of Rust is now 1.74.0 (released November 2023).

Expand Down

0 comments on commit 9092fd7

Please sign in to comment.