Skip to content

Commit cac225d

Browse files
authored
Merge pull request #5662 from moby/dependabot/github_actions/softprops/action-gh-release-2.2.1
build(deps): bump softprops/action-gh-release from 2.2.0 to 2.2.1
2 parents f0d6eea + cdabc2f commit cac225d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/buildkit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ jobs:
283283
-
284284
name: GitHub Release
285285
if: startsWith(github.ref, 'refs/tags/v')
286-
uses: softprops/[email protected]
286+
uses: softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda # v2.2.1
287287
env:
288288
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
289289
with:

.github/workflows/frontend.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ jobs:
178178
steps:
179179
-
180180
name: GitHub Release
181-
uses: softprops/action-gh-release@7b4da11513bf3f43f9999e90eabced41ab8bb048 # v2.2.0
181+
uses: softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda # v2.2.1
182182
env:
183183
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
184184
with:

0 commit comments

Comments
 (0)