Skip to content

Commit 5764b54

Browse files
authored
Update nuget.yml to use newer actions
1 parent fd97459 commit 5764b54

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/nuget.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,21 @@ jobs:
1414
runs-on: ubuntu-latest
1515

1616
steps:
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v4
1818

1919
- name: Extract branch name
2020
shell: bash
2121
run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/tags/v})"
2222
id: extract_branch
2323

2424
- name: Setup NuGet
25-
uses: NuGet/setup-nuget@v1.1.1
25+
uses: NuGet/setup-nuget@v2
2626

2727
- name: Restore dependencies
2828
run: nuget restore $SOLUTION
2929

3030
- name: Setup .NET
31-
uses: actions/setup-dotnet@v3
31+
uses: actions/setup-dotnet@v4
3232
with:
3333
dotnet-version: 6.0.x
3434

0 commit comments

Comments
 (0)