We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 47893e8 + a721de2 commit fba9af6Copy full SHA for fba9af6
.github/workflows/Create-NewReleases.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
steps:
17
- name: Checkout source code
18
- uses: actions/checkout@v4.2.1
+ uses: actions/checkout@v4.2.2
19
with:
20
fetch-depth: 0
21
ref: 'main' # Ensure we're tagging the main branch after the merge
@@ -85,7 +85,7 @@ jobs:
85
git push origin ${{ steps.nextver.outputs.tag }}
86
87
- name: Create Release with Automated Release Notes
88
- uses: softprops/action-gh-release@v2.0.8
+ uses: softprops/action-gh-release@v2.1.0
89
90
token: ${{ secrets.GITHUB_TOKEN }}
91
tag_name: ${{ steps.nextver.outputs.tag }}
0 commit comments