Skip to content

Commit 4f32693

Browse files
authored
Merge pull request #8 from cnblogs/eliminate-github-action-warning
ci: eliminate github action warning
2 parents a15a621 + dc65244 commit 4f32693

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@v3
16+
uses: actions/checkout@v4
1717
- name: Build
1818
run: dotnet build -c Release
1919
- name: Test

.github/workflows/pack.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ jobs:
1010
environment: nuget
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v3
14-
- uses: actions/setup-dotnet@v3
13+
- uses: actions/checkout@v4
14+
- uses: actions/setup-dotnet@v4
1515
with:
1616
dotnet-version: '8'
1717
- name: Nuget Push

0 commit comments

Comments
 (0)