diff --git a/.github/workflows/github-actions-ci.yaml b/.github/workflows/github-actions-ci.yaml index 31f0b18..d8d297b 100644 --- a/.github/workflows/github-actions-ci.yaml +++ b/.github/workflows/github-actions-ci.yaml @@ -15,7 +15,7 @@ jobs: pull-requests: write env: - DOTNET_SDK_VERSION: "10.0.201" + DOTNET_SDK_VERSION: "10.0.300" IMAGE_NAME: dotnet-sdk-extended steps: diff --git a/.github/workflows/github-actions-release.yaml b/.github/workflows/github-actions-release.yaml index 8c218d0..ad23f13 100644 --- a/.github/workflows/github-actions-release.yaml +++ b/.github/workflows/github-actions-release.yaml @@ -3,9 +3,9 @@ on: workflow_dispatch env: - DOTNET_SDK_VERSION: "10.0.201" + DOTNET_SDK_VERSION: "10.0.300" -run-name: "v10.0.201" +run-name: "v10.0.300" jobs: build: diff --git a/README.md b/README.md index 918bbe5..f62c201 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ Image registry: - [9.0.309](https://github.com/PosInformatique/dotnet-sdk-extended/pkgs/container/dotnet-sdk-extended/) - [9.0.310](https://github.com/PosInformatique/dotnet-sdk-extended/pkgs/container/dotnet-sdk-extended/) - [10.0.201](https://github.com/PosInformatique/dotnet-sdk-extended/pkgs/container/dotnet-sdk-extended/) + - [10.0.300](https://github.com/PosInformatique/dotnet-sdk-extended/pkgs/container/dotnet-sdk-extended/) ## Tool versions - Node.js: 24.13.0 (LTS)