fix: checkout repo. before bumping lock (#490)

This commit is contained in:
Paul Makles
2026-01-10 16:22:42 +00:00
committed by GitHub
parent d0ea88f1f8
commit b2da2a8587

View File

@@ -38,6 +38,9 @@ jobs:
with:
toolchain: stable
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
with:
persist-credentials: false
- name: Update Cargo.lock
if: ${{ steps.rp.outputs.prs_created == 'true' || steps.rp.outputs.prs_updated == 'true' }}
env: