Compare commits
3 Commits
v7.5.19
...
next-release
| Author | SHA1 | Date | |
|---|---|---|---|
| adc2cb1c62 | |||
| 219b0b36a9 | |||
| fa41dd50aa |
@@ -14,7 +14,7 @@ jobs:
|
|||||||
BUILDTOOLS_CONTENT: ${{ secrets.BUILDTOOLS_CONTENT }}
|
BUILDTOOLS_CONTENT: ${{ secrets.BUILDTOOLS_CONTENT }}
|
||||||
GITEA_REPOSITORY: ${{ gitea.repository }}
|
GITEA_REPOSITORY: ${{ gitea.repository }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v6
|
- uses: actions/checkout@v7
|
||||||
- uses: buildtool/setup-buildtools-action@v1
|
- uses: buildtool/setup-buildtools-action@v1
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
run: unset GITEA_TOKEN && build && push
|
run: unset GITEA_TOKEN && build && push
|
||||||
|
|||||||
@@ -2,6 +2,12 @@
|
|||||||
|
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
|
## [7.5.20] - 2026-06-20
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- *(deps)* Update actions/checkout action to v7 (#381)
|
||||||
|
|
||||||
## [7.5.19] - 2026-06-17
|
## [7.5.19] - 2026-06-17
|
||||||
|
|
||||||
### Chore
|
### Chore
|
||||||
|
|||||||
Reference in New Issue
Block a user