We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e24b3a commit adee60aCopy full SHA for adee60a
.github/workflows/ValidatePullRequest.yml
@@ -45,6 +45,9 @@ jobs:
45
result-encoding: string
46
# Check to see if this a dependabot PR and if it updates either the common or guest Cargo.toml files
47
# if it does we need to try and generate a new Cargo.lock file as the PR validation checks that these are up to date
48
+ - name: checkout
49
+ uses: actions/checkout@v4
50
+ if: ${{ github.actor == 'dependabot[bot]' && steps.changes.outputs.common_deps_count > 0 }}
51
- name: Update Cargo.lock for dependabot changes
52
if: ${{ github.actor == 'dependabot[bot]' && steps.changes.outputs.common_deps_count > 0 }}
53
run: |
0 commit comments