Skip to content

Commit

Permalink
ci: Update deprecated GitHub Actions steps
Browse files Browse the repository at this point in the history
  • Loading branch information
adamrodger committed Nov 10, 2022
1 parent c3b2bf1 commit d606d9e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
- macos-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Setup .NET Core SDK
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v3
with:
dotnet-version: "6.0.x" # runners already have .Net Framework installed as well

Expand Down Expand Up @@ -54,10 +54,10 @@ jobs:
if: github.ref_type == 'tag'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Setup .NET Core
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v3
with:
dotnet-version: "6.0.x" # runners already have .Net Framework installed as well

Expand Down

0 comments on commit d606d9e

Please sign in to comment.