File tree Expand file tree Collapse file tree 5 files changed +21
-17
lines changed
src/Atypical.VirtualFileSystem.Core Expand file tree Collapse file tree 5 files changed +21
-17
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ jobs:
1616
1717 steps :
1818 - name : Checkout Source Code
19- uses : actions/checkout@v3
19+ uses : actions/checkout@v4
2020
2121 - name : Setup .NET
22- uses : actions/setup-dotnet@v3
22+ uses : actions/setup-dotnet@v4
2323 with :
2424 dotnet-version : 8.x
2525
Original file line number Diff line number Diff line change @@ -14,15 +14,15 @@ jobs:
1414 SOLUTION : ' Atypical.VirtualFileSystem.sln'
1515
1616 steps :
17- - uses : actions/checkout@v3
17+ - uses : actions/checkout@v4
1818
1919 - name : Setup .NET SDK
20- uses : actions/setup-dotnet@v3
20+ uses : actions/setup-dotnet@v4
2121 with :
2222 dotnet-version : 8.x
2323
2424 - name : Cache NuGet packages
25- uses : actions/cache@v3
25+ uses : actions/cache@v4
2626 with :
2727 path : ~/.nuget/packages
2828 key : ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
@@ -43,10 +43,10 @@ jobs:
4343 BUILD_CONFIG : ' Release'
4444
4545 steps :
46- - uses : actions/checkout@v3
46+ - uses : actions/checkout@v4
4747
4848 - name : Setup .NET SDK
49- uses : actions/setup-dotnet@v3
49+ uses : actions/setup-dotnet@v4
5050 with :
5151 dotnet-version : 8.x
5252
5858 runs-on : ubuntu-latest
5959
6060 steps :
61- - uses : actions/checkout@v3
61+ - uses : actions/checkout@v4
6262
6363 - name : Get Build Version
6464 run : |
6969 shell : pwsh
7070
7171 - name : Setup .NET SDK
72- uses : actions/setup-dotnet@v3
72+ uses : actions/setup-dotnet@v4
7373 with :
7474 dotnet-version : 8.x
7575
Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ jobs:
1010 qodana :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v3
13+ - uses : actions/checkout@v4
1414 with :
1515 fetch-depth : 0
1616 - name : ' Qodana Scan'
17- uses : JetBrains/qodana-action@v2023.2
17+ uses : JetBrains/qodana-action@v2023.3
1818 env :
1919 QODANA_TOKEN : ${{ secrets.QODANA_TOKEN }}
Original file line number Diff line number Diff line change 3232 # echo "GHE_HOST=${GITHUB_SERVER_URL##https:\/\/}" >> $GITHUB_ENV
3333
3434 # Drafts your next Release notes as Pull Requests are merged into "master"
35- - uses : release-drafter/release-drafter@v5
35+ - uses : release-drafter/release-drafter@v6
3636 # (Optional) specify config name to use, relative to .github/. Default: release-drafter.yml
3737 # with:
3838 # config-name: my-config.yml
Original file line number Diff line number Diff line change 4545 <RepositoryType >git</RepositoryType >
4646 <RepositoryBranch >main</RepositoryBranch >
4747 <PackageReleaseNotes >
48- ## 🚀 Features
49- - feature: add events @phmatray (#68)
50- - feature: add move directory @phmatray (#67)
48+ ## Changes
5149
52- ## ✅ Tests
53- - test: add tests for checking if an event is raised @phmatray (#69)
50+ - build(deps): bump JetBrains/qodana-action from 2023.2 to 2023.3 @dependabot (#85)
51+ - build(deps): bump actions/setup-dotnet from 3 to 4 @dependabot (#83)
52+ - build(deps): bump release-drafter/release-drafter from 5 to 6 @dependabot (#84)
53+ - build(deps): bump actions/checkout from 3 to 4 @dependabot (#86)
54+ - build(deps): bump actions/cache from 3 to 4 @dependabot (#87)
55+ - Features/undo redo @phmatray (#82)
56+ - upgrade dependencies @phmatray (#80)
57+ - build(deps): bump Spectre.Console from 0.47.0 to 0.48.0 @dependabot (#70)
5458 </PackageReleaseNotes >
5559 <PackageRequireLicenseAcceptance >false</PackageRequireLicenseAcceptance >
5660 <PackageLanguage >en-US</PackageLanguage >
You can’t perform that action at this time.
0 commit comments