Update crucible-pantry-client digest to 6b7b7b7 #10320
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: check-workspace-deps | |
| on: | |
| pull_request: | |
| paths: | |
| - '.github/workflows/check-workspace-deps.yml' | |
| - '**/Cargo.toml' | |
| workflow_dispatch: | |
| inputs: | |
| jobs: | |
| check-workspace-deps: | |
| runs-on: ubuntu-22.04 | |
| steps: | |
| - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 | |
| with: | |
| ref: ${{ github.event.pull_request.head.sha }} # see omicron#4461 | |
| - name: Check Workspace Dependencies | |
| run: cargo xtask check-workspace-deps |