Skip to content

Commit 578ad99

Browse files
Bump softprops/action-gh-release from 1 to 2 (#2606)
1 parent 71c7e02 commit 578ad99

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/default_plugins.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
6666
- name: Publish BrowserBookmark
6767
if: steps.changes.outputs.browserbookmark == 'true'
68-
uses: softprops/action-gh-release@v1
68+
uses: softprops/action-gh-release@v2
6969
with:
7070
repository: "Flow-Launcher/Flow.Launcher.Plugin.BrowserBookmark"
7171
files: "Flow.Launcher.Plugin.BrowserBookmark.zip"
@@ -92,7 +92,7 @@ jobs:
9292
9393
- name: Publish Calculator
9494
if: steps.changes.outputs.calculator == 'true'
95-
uses: softprops/action-gh-release@v1
95+
uses: softprops/action-gh-release@v2
9696
with:
9797
repository: "Flow-Launcher/Flow.Launcher.Plugin.Calculator"
9898
files: "Flow.Launcher.Plugin.Calculator.zip"
@@ -119,7 +119,7 @@ jobs:
119119
120120
- name: Publish Explorer
121121
if: steps.changes.outputs.explorer == 'true'
122-
uses: softprops/action-gh-release@v1
122+
uses: softprops/action-gh-release@v2
123123
with:
124124
repository: "Flow-Launcher/Flow.Launcher.Plugin.Explorer"
125125
files: "Flow.Launcher.Plugin.Explorer.zip"
@@ -146,7 +146,7 @@ jobs:
146146
147147
- name: Publish PluginIndicator
148148
if: steps.changes.outputs.pluginindicator == 'true'
149-
uses: softprops/action-gh-release@v1
149+
uses: softprops/action-gh-release@v2
150150
with:
151151
repository: "Flow-Launcher/Flow.Launcher.Plugin.PluginIndicator"
152152
files: "Flow.Launcher.Plugin.PluginIndicator.zip"
@@ -173,7 +173,7 @@ jobs:
173173
174174
- name: Publish PluginsManager
175175
if: steps.changes.outputs.pluginsmanager == 'true'
176-
uses: softprops/action-gh-release@v1
176+
uses: softprops/action-gh-release@v2
177177
with:
178178
repository: "Flow-Launcher/Flow.Launcher.Plugin.PluginsManager"
179179
files: "Flow.Launcher.Plugin.PluginsManager.zip"
@@ -200,7 +200,7 @@ jobs:
200200
201201
- name: Publish ProcessKiller
202202
if: steps.changes.outputs.processkiller == 'true'
203-
uses: softprops/action-gh-release@v1
203+
uses: softprops/action-gh-release@v2
204204
with:
205205
repository: "Flow-Launcher/Flow.Launcher.Plugin.ProcessKiller"
206206
files: "Flow.Launcher.Plugin.ProcessKiller.zip"
@@ -227,7 +227,7 @@ jobs:
227227
228228
- name: Publish Program
229229
if: steps.changes.outputs.program == 'true'
230-
uses: softprops/action-gh-release@v1
230+
uses: softprops/action-gh-release@v2
231231
with:
232232
repository: "Flow-Launcher/Flow.Launcher.Plugin.Program"
233233
files: "Flow.Launcher.Plugin.Program.zip"
@@ -254,7 +254,7 @@ jobs:
254254
255255
- name: Publish Shell
256256
if: steps.changes.outputs.shell == 'true'
257-
uses: softprops/action-gh-release@v1
257+
uses: softprops/action-gh-release@v2
258258
with:
259259
repository: "Flow-Launcher/Flow.Launcher.Plugin.Shell"
260260
files: "Flow.Launcher.Plugin.Shell.zip"
@@ -281,7 +281,7 @@ jobs:
281281
282282
- name: Publish Sys
283283
if: steps.changes.outputs.sys == 'true'
284-
uses: softprops/action-gh-release@v1
284+
uses: softprops/action-gh-release@v2
285285
with:
286286
repository: "Flow-Launcher/Flow.Launcher.Plugin.Sys"
287287
files: "Flow.Launcher.Plugin.Sys.zip"
@@ -308,7 +308,7 @@ jobs:
308308
309309
- name: Publish Url
310310
if: steps.changes.outputs.url == 'true'
311-
uses: softprops/action-gh-release@v1
311+
uses: softprops/action-gh-release@v2
312312
with:
313313
repository: "Flow-Launcher/Flow.Launcher.Plugin.Url"
314314
files: "Flow.Launcher.Plugin.Url.zip"
@@ -335,7 +335,7 @@ jobs:
335335
336336
- name: Publish WebSearch
337337
if: steps.changes.outputs.websearch == 'true'
338-
uses: softprops/action-gh-release@v1
338+
uses: softprops/action-gh-release@v2
339339
with:
340340
repository: "Flow-Launcher/Flow.Launcher.Plugin.WebSearch"
341341
files: "Flow.Launcher.Plugin.WebSearch.zip"
@@ -362,7 +362,7 @@ jobs:
362362
363363
- name: Publish WindowsSettings
364364
if: steps.changes.outputs.windowssettings == 'true'
365-
uses: softprops/action-gh-release@v1
365+
uses: softprops/action-gh-release@v2
366366
with:
367367
repository: "Flow-Launcher/Flow.Launcher.Plugin.WindowsSettings"
368368
files: "Flow.Launcher.Plugin.WindowsSettings.zip"

0 commit comments

Comments
 (0)