Skip to content

Commit

Permalink
Bump dotnet-sdk from 9.0.100 to 9.0.101 (#2427)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Piotr Kiełkowicz <[email protected]>
  • Loading branch information
dependabot[bot] and Kielek authored Dec 17, 2024
1 parent 8dc8865 commit ff56618
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
filters: |
md: [ '**.md' ]
yml: [ '**.yml', '**.yaml', '.yamllint' ]
build: ['build/**', '.github/**/*.yml', '!.github/workflows/package-*', '**/*.targets', '**/*.props']
build: ['build/**', '.github/**/*.yml', '!.github/workflows/package-*', '**/*.targets', '**/*.props', 'global.json']
shared: ['src/Shared/**', 'test/Shared/**']
contrib-shared-tests: ['test/OpenTelemetry.Contrib.Shared.Tests/**']
code: ['**.cs', '**.csproj', '.editorconfig']
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"rollForward": "latestFeature",
"version": "9.0.100"
"version": "9.0.101"
}
}

0 comments on commit ff56618

Please sign in to comment.