Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

Commit

Permalink
fix: GitHub action for testing .net project
Browse files Browse the repository at this point in the history
fix: update GitHub action `.net` version
chore: clean up GitHub action
  • Loading branch information
wesdevpro committed Nov 14, 2023
1 parent ac9f6de commit 24f5f5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
branches: [ "dev", "main" ]

env:
DOTNET_CORE_VERSION: 6.0.x
DOTNET_CORE_VERSION: 8.0.x
WORKING_DIRECTORY: ./src/EducationTrail

jobs:
Expand All @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
Expand Down

0 comments on commit 24f5f5d

Please sign in to comment.