Skip to content

Commit 365d721

Browse files
authored
Bump GitHub Actions to use latest versions
Prepare for Deprecation of Node 20.
1 parent 40a98e1 commit 365d721

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/nuget_build_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
runs-on: "ubuntu-latest"
1616
steps:
1717
- name: "Checkout"
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@v6
1919

2020
- name: "Install Dotnet"
21-
uses: actions/setup-dotnet@v4
21+
uses: actions/setup-dotnet@v5
2222
with:
2323
dotnet-version: "8.0.x"
2424

0 commit comments

Comments
 (0)