Skip to content

Commit

Permalink
Update workflow task versions
Browse files Browse the repository at this point in the history
  • Loading branch information
khellang committed Apr 30, 2024
1 parent 86ff5dd commit deb57d6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
submodules: true

- name: Setup .NET Core SDK
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v4
with:
dotnet-version: "3.1.x"

- name: Setup .NET 6 SDK
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v4
with:
dotnet-version: "6.0.x"

Expand All @@ -33,4 +33,4 @@ jobs:

- name: Update codecov
if: startsWith(github.repository, 'khellang/')
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v4

0 comments on commit deb57d6

Please sign in to comment.