Skip to content

Commit

Permalink
ci: update used github actions to node 20 (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
ttu authored Jun 15, 2024
1 parent 798b996 commit 56764b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
env:
Solution_name: JsonFlatFileDataStore.sln
steps:
- uses: actions/checkout@v3
- uses: actions/setup-dotnet@v3
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v4
with:
dotnet-version: |
6.0.302
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci_win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
env:
Solution_name: JsonFlatFileDataStore.sln
steps:
- uses: actions/checkout@v3
- uses: actions/setup-dotnet@v3
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v4
with:
dotnet-version: |
6.0.302
Expand Down

0 comments on commit 56764b5

Please sign in to comment.