Browse Source

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

pull/10918/head
Sebastián Ramírez 1 year ago
committed by GitHub
parent
commit
78ff6e3efd
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/latest-changes.yml

2
.github/workflows/latest-changes.yml

@ -34,7 +34,7 @@ jobs:
if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.debug_enabled == 'true' }}
with:
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
with:
token: ${{ secrets.GITHUB_TOKEN }}

Loading…
Cancel
Save