Skip to content

Commit fe9197d

Browse files
Merge pull request #539 from ExtremeFiretop/dev
Dev 1.5.8 as Next Stable Release
2 parents 2257f23 + c9139e7 commit fe9197d

File tree

4 files changed

+346
-167
lines changed

4 files changed

+346
-167
lines changed

.github/workflows/Create-NewReleases.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout source code
18-
uses: actions/checkout@v6.0.0
18+
uses: actions/checkout@v6.0.1
1919
with:
2020
fetch-depth: 0
2121
ref: 'main' # Ensure we're tagging the main branch after the merge
@@ -85,7 +85,7 @@ jobs:
8585
git push origin ${{ steps.nextver.outputs.tag }}
8686
8787
- name: Create Release with Automated Release Notes
88-
uses: softprops/action-gh-release@v2.4.2
88+
uses: softprops/action-gh-release@v2.5.0
8989
with:
9090
token: ${{ secrets.GITHUB_TOKEN }}
9191
tag_name: ${{ steps.nextver.outputs.tag }}

0 commit comments

Comments
 (0)