File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- FROM tiangolo/latest-changes:0.3.2
1+ FROM tiangolo/latest-changes:0.4.0
Original file line number Diff line number Diff line change 3131 runs-on : ubuntu-latest
3232 steps :
3333 - uses : actions/checkout@v4
34- - uses : tiangolo/latest-changes@0.3.2
34+ - uses : tiangolo/latest-changes@0.4.0
3535 with :
3636 token : ${{ secrets.GITHUB_TOKEN }}
3737` ` `
@@ -165,7 +165,7 @@ jobs:
165165 runs-on: ubuntu-latest
166166 steps:
167167 - uses: actions/checkout@v2
168- - uses: tiangolo/latest-changes@0.3.2
168+ - uses: tiangolo/latest-changes@0.4.0
169169 with:
170170 token: ${{ secrets.GITHUB_TOKEN }}
171171 latest_changes_file: docs/release-notes.md
@@ -278,7 +278,7 @@ jobs:
278278 - uses: actions/checkout@v4
279279 with:
280280 token: ${{ secrets.ACTIONS_TOKEN }}
281- - uses: tiangolo/latest-changes@0.3.2
281+ - uses: tiangolo/latest-changes@0.4.0
282282 with:
283283 token: ${{ secrets.GITHUB_TOKEN }}
284284` ` `
@@ -302,6 +302,8 @@ So, the commits will still be shown as made by `github-actions`.
302302
303303# ## Latest Changes - Latest Changes 🤷
304304
305+ # ## 0.4.0
306+
305307# ### Features
306308
307309* ✨ Add new default `infra` label. PR [#79](https://github.com/tiangolo/latest-changes/pull/79) by [@tiangolo](https://github.com/tiangolo).
You can’t perform that action at this time.
0 commit comments