mirror of
https://github.com/Pixeval/Pixeval.git
synced 2025-01-07 03:06:53 +08:00
chore: update workflows and package dependencies (#566)
* Add renovate.json * Update dependency CommunityToolkit.Labs.WinUI.TitleBar to 0.0.1-build.1830 * Update NuGet/setup-nuget action to v1.2.0 * Update dependency CommunityToolkit.Labs.WinUI.TitleBar to 0.0.1-build.1924 * Update microsoft/setup-msbuild action to v1.3 * Update NuGet/setup-nuget action to v2 * Update actions/cache action to v4 * Update actions/checkout action to v4 * Update actions/setup-dotnet action to v4 * Update microsoft/setup-msbuild action to v2 * Delete renovate.json --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
ef7b1918c7
commit
2e1c620d64
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@ -36,20 +36,20 @@ jobs:
|
||||
APPX_PACKAGE_DIR: ${{ github.workspace }}\AppxPackages
|
||||
steps:
|
||||
- name: Checkout the repository
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Setup MSBuild
|
||||
id: setup_msbuild
|
||||
uses: microsoft/setup-msbuild@v1
|
||||
uses: microsoft/setup-msbuild@v2
|
||||
|
||||
- name: Setup NuGet
|
||||
id: setup-nuget
|
||||
uses: NuGet/setup-nuget@v1.1.1
|
||||
uses: NuGet/setup-nuget@v2.0.1
|
||||
|
||||
- name: Setup .NET 8
|
||||
uses: actions/setup-dotnet@v3
|
||||
uses: actions/setup-dotnet@v4
|
||||
with:
|
||||
dotnet-version: "8.0.x"
|
||||
|
||||
|
2
.github/workflows/check-xaml-formatting.yml
vendored
2
.github/workflows/check-xaml-formatting.yml
vendored
@ -21,7 +21,7 @@ jobs:
|
||||
run:
|
||||
shell: pwsh
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 2
|
||||
|
||||
|
10
.github/workflows/release.yml
vendored
10
.github/workflows/release.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Create release
|
||||
id: create_release
|
||||
@ -47,17 +47,17 @@ jobs:
|
||||
private_key_password: ${{ secrets.PRIVATE_KEY_PASSWORD }}
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- uses: actions/setup-dotnet@v2
|
||||
- uses: actions/setup-dotnet@v4
|
||||
with:
|
||||
global-json-file: global.json
|
||||
include-prerelease: true
|
||||
|
||||
- name: Add msbuild to PATH
|
||||
uses: microsoft/setup-msbuild@v1.1
|
||||
uses: microsoft/setup-msbuild@v1.3
|
||||
with:
|
||||
vs-prerelease: true
|
||||
|
||||
@ -67,7 +67,7 @@ jobs:
|
||||
Import-PfxCertificate -FilePath $PWD/temp.pfx -CertStoreLocation Cert:\CurrentUser\My -Password (ConvertTo-SecureString -AsPlainText "$env:private_key_password")
|
||||
Remove-Item -Path "$PWD/temp.pfx"
|
||||
|
||||
- uses: actions/cache@v3
|
||||
- uses: actions/cache@v4
|
||||
with:
|
||||
path: ~/.nuget/packages
|
||||
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
|
||||
|
@ -26,7 +26,7 @@
|
||||
<ItemGroup>
|
||||
<PackageReference Include="CommunityToolkit.Labs.WinUI.Controls.MarkdownTextBlock" Version="0.1.240517-build.1678" />
|
||||
<PackageReference Include="CommunityToolkit.Labs.WinUI.Shimmer" Version="0.1.240517-build.1678" />
|
||||
<PackageReference Include="CommunityToolkit.Labs.WinUI.TitleBar" Version="0.0.1-build.1678" />
|
||||
<PackageReference Include="CommunityToolkit.Labs.WinUI.TitleBar" Version="0.0.1-build.1924" />
|
||||
<PackageReference Include="CommunityToolkit.Labs.WinUI.TokenView" Version="0.1.240517-build.1678" />
|
||||
<PackageReference Include="CommunityToolkit.WinUI.Behaviors" Version="8.1.240916" />
|
||||
<PackageReference Include="CommunityToolkit.WinUI.Collections" Version="8.1.240916" />
|
||||
|
Loading…
Reference in New Issue
Block a user