Compare commits

..

2 Commits

Author SHA1 Message Date
922f9c6675 Chore: bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-12 07:57:06 +00:00
0c3c03ea62 Chore: bump softprops/action-gh-release from 1 to 2 (#267) 2024-03-13 21:46:27 +08:00

View File

@ -32,7 +32,7 @@ jobs:
shell: bash shell: bash
- name: Checkout the "hidden" branch - name: Checkout the "hidden" branch
uses: actions/checkout@v4 uses: actions/checkout@v5
with: with:
ref: hidden ref: hidden
@ -110,7 +110,7 @@ jobs:
cp *.txt ./publish/ cp *.txt ./publish/
- name: Release and upload assets - name: Release and upload assets
uses: softprops/action-gh-release@v1 uses: softprops/action-gh-release@v2
with: with:
name: ${{ env.RELEASE_NAME }} name: ${{ env.RELEASE_NAME }}
tag_name: ${{ env.TAG_NAME }} tag_name: ${{ env.TAG_NAME }}