Skip to content

Commit e36cc9b

Browse files
committed
change back to tagged versions
1 parent 7c5f3d5 commit e36cc9b

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

.github/workflows/generation.yml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
}
4343
4444
- name: Checkout main repository
45-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
45+
uses: actions/checkout@v4
4646
with:
4747
token: ${{ secrets.GITHUB_TOKEN }}
4848
ref: ${{ steps.resolve_branch.outputs.branch }}
@@ -52,18 +52,18 @@ jobs:
5252
run: "echo \"Using branch: ${{ steps.resolve_branch.outputs.branch }}\""
5353

5454
- name: Setup .NET
55-
uses: actions/setup-dotnet@4d6c8fcf3c8f7a60068d26b594648e99df24cee3 # v4.0.0
55+
uses: actions/setup-dotnet@v4
5656
with:
5757
dotnet-version: ${{ env.DOTNET_VERSION }}
5858

5959
- name: Setup MSBuild
60-
uses: microsoft/setup-msbuild@6fb02220983dee41ce7ae257b6f4d8f9bf5ed4ce # v2.0.0
60+
uses: microsoft/setup-msbuild@v2
6161

6262
- name: Setup NuGet.exe for use with actions
63-
uses: NuGet/setup-nuget@a21f25cd3998bf370fde17e3f1b4c12c175172c9 # v2.0.0
63+
uses: NuGet/setup-nuget@v2.0.0
6464

6565
- name: Cache NuGet packages
66-
uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
66+
uses: actions/cache@v4
6767

6868
with:
6969
path: |
@@ -131,25 +131,25 @@ jobs:
131131

132132
steps:
133133
- name: Checkout main repository
134-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
134+
uses: actions/checkout@v4
135135
with:
136136
token: ${{ secrets.GITHUB_TOKEN }}
137137
ref: ${{ needs.setup.outputs.branch }}
138138
fetch-depth: 1
139139

140140
- name: Setup .NET
141-
uses: actions/setup-dotnet@4d6c8fcf3c8f7a60068d26b594648e99df24cee3 # v4.0.0
141+
uses: actions/setup-dotnet@v4
142142
with:
143143
dotnet-version: ${{ env.DOTNET_VERSION }}
144144

145145
- name: Setup MSBuild
146-
uses: microsoft/setup-msbuild@6fb02220983dee41ce7ae257b6f4d8f9bf5ed4ce # v2.0.0
146+
uses: microsoft/setup-msbuild@v2
147147

148148
- name: Setup NuGet.exe for use with actions
149-
uses: NuGet/setup-nuget@a21f25cd3998bf370fde17e3f1b4c12c175172c9 # v2.0.0
149+
uses: NuGet/setup-nuget@v2.0.0
150150

151151
- name: Cache NuGet packages
152-
uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
152+
uses: actions/cache@v4
153153

154154
with:
155155
path: |
@@ -492,7 +492,7 @@ jobs:
492492
shell: pwsh
493493

494494
- name: Upload build artifacts
495-
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
495+
uses: actions/upload-artifact@v4
496496
with:
497497
name: build-output-all
498498
path: |
@@ -509,25 +509,25 @@ jobs:
509509

510510
steps:
511511
- name: Checkout main repository
512-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
512+
uses: actions/checkout@v4
513513
with:
514514
token: ${{ secrets.GITHUB_TOKEN }}
515515
ref: ${{ needs.setup.outputs.branch }}
516516
fetch-depth: 0
517517

518518
- name: Setup .NET
519-
uses: actions/setup-dotnet@4d6c8fcf3c8f7a60068d26b594648e99df24cee3 # v4.0.0
519+
uses: actions/setup-dotnet@v4
520520
with:
521521
dotnet-version: ${{ env.DOTNET_VERSION }}
522522

523523
- name: Setup MSBuild
524-
uses: microsoft/setup-msbuild@6fb02220983dee41ce7ae257b6f4d8f9bf5ed4ce # v2.0.0
524+
uses: microsoft/setup-msbuild@v2
525525

526526
- name: Setup NuGet.exe for use with actions
527-
uses: NuGet/setup-nuget@a21f25cd3998bf370fde17e3f1b4c12c175172c9 # v2.0.0
527+
uses: NuGet/setup-nuget@v2.0.0
528528

529529
- name: Cache NuGet packages
530-
uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
530+
uses: actions/cache@v4
531531

532532
with:
533533
path: |
@@ -539,7 +539,7 @@ jobs:
539539
${{ runner.os }}-nuget-
540540
541541
- name: Download build artifacts
542-
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4
542+
uses: actions/download-artifact@v4
543543
with:
544544
name: build-output-all
545545
path: artifacts

0 commit comments

Comments
 (0)