Skip to content

Commit 09df35f

Browse files
stidsborgclaude
andauthored
Bump GitHub Actions in dotnet.yml (#5)
actions/checkout v4 -> v6 and actions/setup-dotnet v1 -> v5. Drop the stale inline comment that referenced the 3.1 channel. Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent f2eeff1 commit 09df35f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/dotnet.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v6
1616
with:
1717
submodules: 'true'
18-
- uses: actions/setup-dotnet@v1
18+
- uses: actions/setup-dotnet@v5
1919
with:
20-
dotnet-version: '10.0.x' # SDK Version to use; x will use the latest version of the 3.1 channel
20+
dotnet-version: '10.0.x'
2121
- name: Start containers
2222
run: docker compose -f "./docker-compose.yml" up -d --build
2323
- name: Build

0 commit comments

Comments
 (0)