From 526df2f69645faad3e11e43527b2e76e51c2d2f1 Mon Sep 17 00:00:00 2001 From: Matthieu Darbois Date: Tue, 21 Jan 2025 07:47:53 +0100 Subject: [PATCH] chore: fix deprecations warnings in update-dependencies workflow (#2134) --- .github/workflows/update-dependencies.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-dependencies.yml b/.github/workflows/update-dependencies.yml index 465056c5..482bc121 100644 --- a/.github/workflows/update-dependencies.yml +++ b/.github/workflows/update-dependencies.yml @@ -27,8 +27,8 @@ jobs: id: generate-token if: github.ref == 'refs/heads/main' && github.repository == 'pypa/cibuildwheel' with: - app_id: ${{ secrets.CIBUILDWHEEL_BOT_APP_ID }} - private_key: ${{ secrets.CIBUILDWHEEL_BOT_APP_PRIVATE_KEY }} + app-id: ${{ secrets.CIBUILDWHEEL_BOT_APP_ID }} + private-key: ${{ secrets.CIBUILDWHEEL_BOT_APP_PRIVATE_KEY }} - uses: actions/checkout@v4