Skip to content

Commit 5b19662

Browse files
authored
Merge pull request #370 from kitsumed/main
Bump GitHub Actions to use latest versions
2 parents 40a98e1 + 365d721 commit 5b19662

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)