Skip to content

Commit

Permalink
Merge pull request #2390 from saschagrunert/cargo-update
Browse files Browse the repository at this point in the history
Don't run `cargo update`
  • Loading branch information
openshift-merge-bot[bot] authored Aug 22, 2024
2 parents 3c01bd3 + ecab9eb commit 46fafac
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/cargo-upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,20 +43,6 @@ jobs:
echo "\`\`\`" >> "$BODY_FILE"
mv .tmp .cargo
cargo vendor .cargo-vendor
- name: Select supported toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: ${{ env['ACTION_MSRV_TOOLCHAIN'] }}
default: true
override: true
- name: Upgrade indirect dependencies
shell: bash
run: |
set -euox pipefail
mv .cargo .tmp
cargo update
mv .tmp .cargo
cargo vendor .cargo-vendor
- name: Check workspace
id: create_pr
run: |
Expand Down

0 comments on commit 46fafac

Please sign in to comment.