Skip to content

Commit 0c219a0

Browse files
committed
ci: eliminate github action warning
1 parent a15a621 commit 0c219a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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)