Bump redis from 1f07381 to 832d778 in /test/IntegrationTests/dock…
#4345
This file contains hidden or 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: | |
| permissions: | |
| contents: read | |
| jobs: | |
| check-sdk-versions: | |
| runs-on: windows-latest | |
| steps: | |
| - name: Checkout | |
| uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # tag: v6.0.2 | |
| - name: Setup .NET | |
| uses: ./.github/actions/setup-dotnet | |
| - name: Run VerifySdkVersions | |
| run: ./build.cmd VerifySdkVersions |