Skip to content

Commit 58bc7e0

Browse files
committed
🔖 Release version 0.3.2
1 parent 2521ac6 commit 58bc7e0

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
FROM tiangolo/latest-changes:0.3.1
1+
FROM tiangolo/latest-changes:0.3.2

README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
runs-on: ubuntu-latest
3232
steps:
3333
- uses: actions/checkout@v4
34-
- uses: tiangolo/[email protected].1
34+
- uses: tiangolo/[email protected].2
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/[email protected].1
168+
- uses: tiangolo/[email protected].2
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/[email protected].1
281+
- uses: tiangolo/[email protected].2
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.3.2
306+
305307
#### Features
306308

307309
* ✨ Prevent CI workflows from running on a latest changes commit, add `[skip ci]` to commit message. PR [#76](https://github.com/tiangolo/latest-changes/pull/76) by [@patrick91](https://github.com/patrick91).

0 commit comments

Comments
 (0)