Skip to content

Commit

Permalink
Updated GitHub actions to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
oskardudycz committed Nov 17, 2022
1 parent 6722613 commit c2d3aaf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:

steps:
- name: Check Out Repo
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Setup .NET Core
uses: actions/setup-dotnet@v1
- name: Install .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: "7.0.x"

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3

- name: Install .NET 6
uses: actions/setup-dotnet@v2
- name: Install .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: ${{ env.dotnet_core_version }}

Expand Down

0 comments on commit c2d3aaf

Please sign in to comment.