Skip to content

Commit 4c63727

Browse files
Bump softprops/action-gh-release from 2 to 3 (#4412)
1 parent 5bcaaee commit 4c63727

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

.github/workflows/default_plugins.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
rm -r "Flow.Launcher.Plugin.BrowserBookmark"
4848
4949
- name: Publish BrowserBookmark
50-
uses: softprops/action-gh-release@v2
50+
uses: softprops/action-gh-release@v3
5151
with:
5252
repository: "Flow-Launcher/Flow.Launcher.Plugin.BrowserBookmark"
5353
files: "Flow.Launcher.Plugin.BrowserBookmark.zip"
@@ -71,7 +71,7 @@ jobs:
7171
rm -r "Flow.Launcher.Plugin.Calculator"
7272
7373
- name: Publish Calculator
74-
uses: softprops/action-gh-release@v2
74+
uses: softprops/action-gh-release@v3
7575
with:
7676
repository: "Flow-Launcher/Flow.Launcher.Plugin.Calculator"
7777
files: "Flow.Launcher.Plugin.Calculator.zip"
@@ -95,7 +95,7 @@ jobs:
9595
rm -r "Flow.Launcher.Plugin.Explorer"
9696
9797
- name: Publish Explorer
98-
uses: softprops/action-gh-release@v2
98+
uses: softprops/action-gh-release@v3
9999
with:
100100
repository: "Flow-Launcher/Flow.Launcher.Plugin.Explorer"
101101
files: "Flow.Launcher.Plugin.Explorer.zip"
@@ -119,7 +119,7 @@ jobs:
119119
rm -r "Flow.Launcher.Plugin.PluginIndicator"
120120
121121
- name: Publish PluginIndicator
122-
uses: softprops/action-gh-release@v2
122+
uses: softprops/action-gh-release@v3
123123
with:
124124
repository: "Flow-Launcher/Flow.Launcher.Plugin.PluginIndicator"
125125
files: "Flow.Launcher.Plugin.PluginIndicator.zip"
@@ -143,7 +143,7 @@ jobs:
143143
rm -r "Flow.Launcher.Plugin.PluginsManager"
144144
145145
- name: Publish PluginsManager
146-
uses: softprops/action-gh-release@v2
146+
uses: softprops/action-gh-release@v3
147147
with:
148148
repository: "Flow-Launcher/Flow.Launcher.Plugin.PluginsManager"
149149
files: "Flow.Launcher.Plugin.PluginsManager.zip"
@@ -167,7 +167,7 @@ jobs:
167167
rm -r "Flow.Launcher.Plugin.ProcessKiller"
168168
169169
- name: Publish ProcessKiller
170-
uses: softprops/action-gh-release@v2
170+
uses: softprops/action-gh-release@v3
171171
with:
172172
repository: "Flow-Launcher/Flow.Launcher.Plugin.ProcessKiller"
173173
files: "Flow.Launcher.Plugin.ProcessKiller.zip"
@@ -191,7 +191,7 @@ jobs:
191191
rm -r "Flow.Launcher.Plugin.Program"
192192
193193
- name: Publish Program
194-
uses: softprops/action-gh-release@v2
194+
uses: softprops/action-gh-release@v3
195195
with:
196196
repository: "Flow-Launcher/Flow.Launcher.Plugin.Program"
197197
files: "Flow.Launcher.Plugin.Program.zip"
@@ -215,7 +215,7 @@ jobs:
215215
rm -r "Flow.Launcher.Plugin.Shell"
216216
217217
- name: Publish Shell
218-
uses: softprops/action-gh-release@v2
218+
uses: softprops/action-gh-release@v3
219219
with:
220220
repository: "Flow-Launcher/Flow.Launcher.Plugin.Shell"
221221
files: "Flow.Launcher.Plugin.Shell.zip"
@@ -239,7 +239,7 @@ jobs:
239239
rm -r "Flow.Launcher.Plugin.Sys"
240240
241241
- name: Publish Sys
242-
uses: softprops/action-gh-release@v2
242+
uses: softprops/action-gh-release@v3
243243
with:
244244
repository: "Flow-Launcher/Flow.Launcher.Plugin.Sys"
245245
files: "Flow.Launcher.Plugin.Sys.zip"
@@ -263,7 +263,7 @@ jobs:
263263
rm -r "Flow.Launcher.Plugin.Url"
264264
265265
- name: Publish Url
266-
uses: softprops/action-gh-release@v2
266+
uses: softprops/action-gh-release@v3
267267
with:
268268
repository: "Flow-Launcher/Flow.Launcher.Plugin.Url"
269269
files: "Flow.Launcher.Plugin.Url.zip"
@@ -287,7 +287,7 @@ jobs:
287287
rm -r "Flow.Launcher.Plugin.WebSearch"
288288
289289
- name: Publish WebSearch
290-
uses: softprops/action-gh-release@v2
290+
uses: softprops/action-gh-release@v3
291291
with:
292292
repository: "Flow-Launcher/Flow.Launcher.Plugin.WebSearch"
293293
files: "Flow.Launcher.Plugin.WebSearch.zip"
@@ -311,7 +311,7 @@ jobs:
311311
rm -r "Flow.Launcher.Plugin.WindowsSettings"
312312
313313
- name: Publish WindowsSettings
314-
uses: softprops/action-gh-release@v2
314+
uses: softprops/action-gh-release@v3
315315
with:
316316
repository: "Flow-Launcher/Flow.Launcher.Plugin.WindowsSettings"
317317
files: "Flow.Launcher.Plugin.WindowsSettings.zip"

0 commit comments

Comments
 (0)