⬆️ Upgrade GitHub Action latest-changes (#10915)

This commit is contained in:
Sebastián Ramírez 2024-01-09 18:57:33 +04:00 committed by GitHub
parent fe694766ae
commit 78ff6e3efd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ jobs:
if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.debug_enabled == 'true' }} if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.debug_enabled == 'true' }}
with: with:
limit-access-to-actor: true limit-access-to-actor: true
- uses: docker://tiangolo/latest-changes:0.2.0 - uses: docker://tiangolo/latest-changes:0.3.0
# - uses: tiangolo/latest-changes@main # - uses: tiangolo/latest-changes@main
with: with:
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}