Skip to content

Commit d8b32d9

Browse files
authored
Merge pull request #470 from nanotaboada/dependabot/github_actions/softprops/action-gh-release-3.0.0
chore(deps): Bump softprops/action-gh-release from 2.6.1 to 3.0.0
2 parents e14a070 + aa3580e commit d8b32d9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/dotnet-cd.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name: .NET CD
66
on:
77
push:
88
tags:
9-
- 'v*.*.*-*'
9+
- "v*.*.*-*"
1010

1111
env:
1212
DOTNET_VERSION: 10.0.x
@@ -19,7 +19,7 @@ jobs:
1919
contents: read
2020
steps:
2121
- name: Checkout repository
22-
uses: actions/checkout@v6
22+
uses: actions/checkout@v6.0.2
2323

2424
- name: Set up .NET ${{ env.DOTNET_VERSION }}
2525
uses: actions/setup-dotnet@v5.2.0
@@ -50,7 +50,7 @@ jobs:
5050

5151
steps:
5252
- name: Checkout repository
53-
uses: actions/checkout@v6
53+
uses: actions/checkout@v6.0.2
5454
with:
5555
fetch-depth: 0
5656

@@ -164,7 +164,7 @@ jobs:
164164
} >> $GITHUB_OUTPUT
165165
166166
- name: Create GitHub Release
167-
uses: softprops/action-gh-release@v2.6.1
167+
uses: softprops/action-gh-release@v3.0.0
168168
with:
169169
name: "v${{ steps.version.outputs.semver }} - ${{ steps.version.outputs.stadium }} 🏟️"
170170
tag_name: ${{ steps.version.outputs.tag_name }}

0 commit comments

Comments
 (0)