Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
danipen committed Jun 16, 2022
1 parent 3754428 commit 395baa5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
os: [ubuntu-latest, windows-latest, macOS-latest]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Setup NuGet
uses: NuGet/[email protected].5
uses: NuGet/[email protected].6
- name: Setup .NET
uses: actions/setup-dotnet@v2
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

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

- name: Setup NuGet
uses: NuGet/[email protected].5
uses: NuGet/[email protected].6

- name: Restore dependencies
run: nuget restore $SOLUTION
Expand Down

0 comments on commit 395baa5

Please sign in to comment.