chore: fix deprecations warnings in update-dependencies workflow (#2134)

This commit is contained in:
Matthieu Darbois
2025-01-21 07:47:53 +01:00
committed by GitHub
parent 9c2ab266a6
commit 526df2f696
+2 -2
View File
@@ -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