Bump mongo from b5725ac
to aaad67f
in /test/IntegrationTests/dock…
#942
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: SdkVersionCheck | |
on: | |
push: | |
branches: [ main ] | |
pull_request: | |
merge_group: | |
workflow_dispatch: | |
jobs: | |
check-sdk-versions: | |
runs-on: windows-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag: v4.2.2 | |
- name: Setup .NET | |
uses: actions/setup-dotnet@3951f0dfe7a07e2313ec93c75700083e2005cbab # tag: v4.3.0 | |
with: | |
dotnet-version: 9.0.200 | |
- name: Run VerifySdkVersions | |
run: ./build.cmd VerifySdkVersions |