diff options
| author | 2026-04-13 08:52:21 +0800 | |
|---|---|---|
| committer | 2026-04-13 08:52:21 +0800 | |
| commit | 14192abd224f623eb84ea77cf354fb67d6539e3a (patch) | |
| tree | 505ce5ecde71f1161452a5b32f47db4f894147f6 /.github | |
| parent | 5ab51f6fe4a3bab66482272790ab23e51027d184 (diff) | |
| parent | e0ee4df53d46f9f8c21725a8fa47ea930472bde3 (diff) | |
| download | infini-14192abd224f623eb84ea77cf354fb67d6539e3a.tar.gz infini-14192abd224f623eb84ea77cf354fb67d6539e3a.zip | |
Merge pull request #73 from HydroRoll-Team/dependabot/github_actions/ncipollo/release-action-1.21.0
chore(deps): bump ncipollo/release-action from 1.20.0 to 1.21.0
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/changelog.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index b2052c59..87de1c58 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -30,7 +30,7 @@ jobs: useGitmojis: false - name: Create Release - uses: ncipollo/release-action@v1.20.0 + uses: ncipollo/release-action@v1.21.0 with: allowUpdates: true draft: false |