Skip to content

Commit c990efc

Browse files
committed
update versions
1 parent 23bb010 commit c990efc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
environment: nuget
2323
steps:
2424
- name: Checkout sources
25-
uses: actions/checkout@v3
25+
uses: actions/checkout@v4
2626
- name: Extract version from tag
2727
uses: damienaicheh/extract-version-from-tag-action@v1.0.0
2828
- name: Set release version
@@ -77,7 +77,7 @@ jobs:
7777
version: '${{ env.RELEASE_VERSION }}'
7878
path: src/Fabulous.Avalonia.TreeDataGrid/CHANGELOG.md
7979
- name: Setup .NET
80-
uses: actions/setup-dotnet@v3
80+
uses: actions/setup-dotnet@v4
8181
with:
8282
dotnet-version: 8.0.x
8383
- name: Install dotnet workload
@@ -98,7 +98,7 @@ jobs:
9898
dotnet pack ${TREEDATAGRID_PROJ} -p:Version=${RELEASE_VERSION} -p:PackageReleaseNotes="${{ steps.treedatagrid_changelog.outputs.changes }}" -c ${CONFIG} --property PackageOutputPath=${PWD}/nupkgs
9999
dotnet pack ${TEMPLATE_PROJ} -p:Version=${RELEASE_VERSION} -p:PackageReleaseNotes="${{ steps.templates_changelog.outputs.changes }}" -c ${CONFIG} --property PackageOutputPath=${PWD}/nupkgs
100100
- name: Upload artifacts
101-
uses: actions/upload-artifact@v3
101+
uses: actions/upload-artifact@v4
102102
with:
103103
name: Packages
104104
path: nupkgs/

0 commit comments

Comments
 (0)