diff options
| author | 2024-01-29 18:44:23 +0800 | |
|---|---|---|
| committer | 2024-01-29 18:44:23 +0800 | |
| commit | 4dd474cde3a30263f0472f855007d96bb9614b6f (patch) | |
| tree | fcd44699846d79f61c307aaf7515e49d01dfceb4 /.github/workflows | |
| parent | 787fca9da0413641488e63996212189627bdc817 (diff) | |
| parent | 1d8545aed6393dcfd15f02f9963a2314272de08c (diff) | |
| download | infini-4dd474cde3a30263f0472f855007d96bb9614b6f.tar.gz infini-4dd474cde3a30263f0472f855007d96bb9614b6f.zip | |
Merge branch 'master' of https://github.com/HydroRoll-Team/infini
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/changelog.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index b2b02277..99075711 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -16,7 +16,7 @@ jobs: id-token: write steps: - name: Checkout Code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Update CHANGELOG id: changelog @@ -30,7 +30,7 @@ jobs: useGitmojis: false - name: Create Release - uses: ncipollo/release-action@v1.12.0 + uses: ncipollo/release-action@v1.13.0 with: allowUpdates: true draft: false @@ -40,7 +40,7 @@ jobs: token: ${{ github.token }} - name: Commit CHANGELOG.md - uses: stefanzweifel/git-auto-commit-action@v4 + uses: stefanzweifel/git-auto-commit-action@v5 with: branch: master commit_message: 'docs: update CHANGELOG.md for ${{ github.ref_name }} [skip ci]' |
