Skip to content

Commit 8bb8364

Browse files
committed
Update workflow version for publish
1 parent 73bcb05 commit 8bb8364

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .github/workflows/publish.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ jobs:
2323
needs: tests
2424
runs-on: ubuntu-latest
2525
steps:
26-
- uses: actions/checkout@v2
26+
- uses: actions/checkout@v3
2727
- name: Setup .NET
28-
uses: actions/setup-dotnet@v1
28+
uses: actions/setup-dotnet@v2
2929
with:
30-
dotnet-version: 3.1.x
30+
dotnet-version: 6.0.x
3131
- name: Restore dependencies
3232
run: dotnet restore ./GeometryDashAPI.sln
3333
- name: Release build

0 commit comments

Comments
 (0)