Skip to content

Commit 39e94d3

Browse files
committed
Update GitHub Actions to latest Node.js 24 versions
1 parent f3211d8 commit 39e94d3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ jobs:
1414
runs-on: ubuntu-latest
1515

1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v6
1818
with:
1919
fetch-depth: 0 # full history for Nerdbank.GitVersioning
2020

2121
- name: Setup .NET
22-
uses: actions/setup-dotnet@v4
22+
uses: actions/setup-dotnet@v5
2323
with:
2424
dotnet-version: '10.0.x'
2525
dotnet-quality: 'preview'

0 commit comments

Comments
 (0)