Skip to content

Commit 56764b5

Browse files
authored
ci: update used github actions to node 20 (#98)
1 parent 798b996 commit 56764b5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
env:
1212
Solution_name: JsonFlatFileDataStore.sln
1313
steps:
14-
- uses: actions/checkout@v3
15-
- uses: actions/setup-dotnet@v3
14+
- uses: actions/checkout@v4
15+
- uses: actions/setup-dotnet@v4
1616
with:
1717
dotnet-version: |
1818
6.0.302

.github/workflows/ci_win.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
env:
1212
Solution_name: JsonFlatFileDataStore.sln
1313
steps:
14-
- uses: actions/checkout@v3
15-
- uses: actions/setup-dotnet@v3
14+
- uses: actions/checkout@v4
15+
- uses: actions/setup-dotnet@v4
1616
with:
1717
dotnet-version: |
1818
6.0.302

0 commit comments

Comments
 (0)