0.3.1
Now you can (and should) use the native GitHub Action directly, as in:
...
- uses: tiangolo/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
instead of using the Docker image:
...
- uses: docker://tiangolo/latest-changes:0.3.1
with:
token: ${{ secrets.GITHUB_TOKEN }}
This way, Dependabot will be able to send you PRs updating the version automatically. 🚀
The internal code and build setup was refactored so that the native GitHub Action still re-uses a prebuilt Docker image, so it's still fast. 😎
Fixes
- 🐛 Fix race condition with retries, when more than one latest-changes is running. PR #69 by @tiangolo.
Refactors
- ♻️ Make using the native GitHub Action re-use the existing Docker image instead of building from scratch. PR #70 by @tiangolo.
Docs
Internal
- ⬆ Update httpx requirement from <0.26.0,>=0.15.5 to >=0.15.5,<0.28.0. PR #65 by @dependabot[bot].
- ⬆ Bump actions/cache from 3 to 4. PR #64 by @dependabot[bot].
- ⬆ Bump actions/upload-artifact from 3 to 4. PR #61 by @dependabot[bot].
- ⬆ Bump actions/setup-python from 4 to 5. PR #60 by @dependabot[bot].
- 🔧 Add GitHub templates for discussions and issues, and security policy. PR #67 by @alejsdev.