Skip to content

Commit 98d0b2f

Browse files
committed
bump actions to 9
1 parent 5c7157f commit 98d0b2f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches: [main]
88

99
env:
10-
DOTNET_VERSION: '8.0.x'
10+
DOTNET_VERSION: '9.0.x'
1111
NODE_VERSION: '24.x'
1212
CI: true
1313

.github/workflows/deploy-on-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- 'release-*'
88

99
env:
10-
DOTNET_VERSION: '8.0.x'
10+
DOTNET_VERSION: '9.0.x'
1111
NODE_VERSION: '24.x'
1212
CI: true
1313

0 commit comments

Comments
 (0)