Skip to content

Commit

Permalink
Update .NET version in GitLab actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarmil committed Nov 2, 2023
1 parent d5185b3 commit 67009c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup dotnet
uses: actions/setup-dotnet@v1
with:
dotnet-version: '8.0.100-preview.7.23376.3'
dotnet-version: '8.0.100-rc.2.23502.2'

- name: NuGet cache
uses: actions/cache@v1
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Setup dotnet
uses: actions/setup-dotnet@v1
with:
dotnet-version: '8.0.100-preview.7.23376.3'
dotnet-version: '8.0.100-rc.2.23502.2'

- name: Download nupkg
uses: actions/download-artifact@v1
Expand All @@ -83,7 +83,7 @@ jobs:
- name: Setup dotnet
uses: actions/setup-dotnet@v1
with:
dotnet-version: '8.0.100-preview.7.23376.3'
dotnet-version: '8.0.100-rc.2.23502.2'

- name: Prepare
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Setup dotnet
uses: actions/setup-dotnet@v1
with:
dotnet-version: '7.0.100'
dotnet-version: '8.0.100-rc.2.23502.2'

- name: Download nupkg
uses: dawidd6/action-download-artifact@v2
Expand Down

0 comments on commit 67009c1

Please sign in to comment.