We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cc2df8d + defe62b commit 5a74b84Copy full SHA for 5a74b84
.github/workflows/default_plugins.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: windows-latest
11
12
steps:
13
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
14
- name: Setup .NET
15
uses: actions/setup-dotnet@v4
16
with:
.github/workflows/dotnet.yml
@@ -20,7 +20,7 @@ jobs:
20
NUGET_CERT_REVOCATION_MODE: offline
21
BUILD_NUMBER: ${{ github.run_number }}
22
23
24
- name: Set Flow.Launcher.csproj version
25
id: update
26
uses: vers-one/[email protected]
.github/workflows/release_pr.yml
@@ -11,7 +11,7 @@ jobs:
update-pr:
runs-on: ubuntu-latest
- uses: actions/setup-python@v5
17
0 commit comments