Skip to content

Commit d8ea587

Browse files
authored
Update version to .NET 10 and MongoDB 8.2 (#3)
* Add .net 10 as default * Update MongoDB to 8.2
1 parent 1f2051e commit d8ea587

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

dotnet/build-lint-test/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ inputs:
55
dotnet_version:
66
description: .NET SDK version to be used
77
required: false
8-
default: '8.0.x'
8+
default: '10.0.x'
99
sonar_enabled:
1010
description: Enable code scan by Sonar
1111
required: false

mongodb/start/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ runs:
1010
curl -fsSL https://www.mongodb.org/static/pgp/server-8.0.asc | \
1111
sudo gpg -o /usr/share/keyrings/mongodb-server-8.0.gpg \
1212
--dearmor
13-
echo "deb [ arch=amd64,arm64 signed-by=/usr/share/keyrings/mongodb-server-8.0.gpg ] https://repo.mongodb.org/apt/ubuntu noble/mongodb-org/8.0 multiverse" | \
14-
sudo tee /etc/apt/sources.list.d/mongodb-org-8.0.list
13+
echo "deb [ arch=amd64,arm64 signed-by=/usr/share/keyrings/mongodb-server-8.0.gpg ] https://repo.mongodb.org/apt/ubuntu noble/mongodb-org/8.2 multiverse" |
14+
sudo tee /etc/apt/sources.list.d/mongodb-org-8.2.list
1515
sudo apt-get update
1616
sudo apt-get install -y mongodb-org
1717
sudo systemctl start mongod

0 commit comments

Comments
 (0)