diff --git a/.github/workflows/rust.yaml b/.github/workflows/rust.yaml index a4b638c..8a4ec1d 100644 --- a/.github/workflows/rust.yaml +++ b/.github/workflows/rust.yaml @@ -119,7 +119,7 @@ jobs: dependabot-auto-approve: runs-on: ubuntu-latest needs: [build-windows, build-macos] - if: github.actor == 'dependabot[bot]' && github.event_name == 'pull_request' + if: github.actor == 'dependabot[bot]' && github.event_name == 'pull_request_target' steps: - name: Auto-approve PR uses: hmarr/auto-approve-action@v4 diff --git a/Cargo.lock b/Cargo.lock index e9b431f..e0a0aac 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -123,9 +123,9 @@ dependencies = [ [[package]] name = "objc2" -version = "0.6.1" +version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "88c6597e14493ab2e44ce58f2fdecf095a51f12ca57bec060a11c57332520551" +checksum = "561f357ba7f3a2a61563a186a163d0a3a5247e1089524a3981d49adb775078bc" dependencies = [ "objc2-encode", ]