Skip to content

chore(deps): Bump urllib3 from 2.5.0 to 2.6.0 in /tools/devctr #11134

chore(deps): Bump urllib3 from 2.5.0 to 2.6.0 in /tools/devctr

chore(deps): Bump urllib3 from 2.5.0 to 2.6.0 in /tools/devctr #11134

name: Check no dependencies were modified
on: pull_request
permissions:
contents: read
jobs:
dependency_changed_check:
runs-on: ubuntu-latest
steps:
- name: "Checkout repository"
uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: "Check Cargo.lock not in changeset"
run: |
git fetch origin
git diff origin/$GITHUB_BASE_REF.. --name-only| ( ! grep "Cargo.lock")