diff --git a/.github/workflows/periodic-cargo-update.yml b/.github/workflows/periodic-cargo-update.yml index 786ffd681d..0bfb143a24 100644 --- a/.github/workflows/periodic-cargo-update.yml +++ b/.github/workflows/periodic-cargo-update.yml @@ -17,7 +17,7 @@ jobs: working-directory: wasm-node/rust - run: cargo update working-directory: full-node - - uses: peter-evans/create-pull-request@v6 + - uses: peter-evans/create-pull-request@v7 with: # We use a custom secret (rather than the default GITHUB_TOKEN) so that opening the pull # request triggers other actions such as the CI checks. GitHub prevents actions that use