Skip to content

Commit 3db3160

Browse files
authored
chore(ci): lock softprops/action-gh-release action (#1075)
1 parent 58e8dd2 commit 3db3160

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/nightly-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
GH_TOKEN: ${{ github.token }}
123123

124124
- name: Create GH Release
125-
uses: softprops/action-gh-release@v2
125+
uses: softprops/action-gh-release@v2.2.2
126126
with:
127127
files: |
128128
dist/*.zip

.github/workflows/release-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
GH_TOKEN: ${{ github.token }}
4949

5050
- name: Release
51-
uses: softprops/action-gh-release@v2
51+
uses: softprops/action-gh-release@v2.2.2
5252
with:
5353
files: |
5454
dist/*.zip

.github/workflows/release-stable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
GH_TOKEN: ${{ github.token }}
6565

6666
- name: Release
67-
uses: softprops/action-gh-release@v2
67+
uses: softprops/action-gh-release@v2.2.2
6868
with:
6969
files: |
7070
dist/*.zip

0 commit comments

Comments
 (0)