Skip to content

Commit d8781ca

Browse files
authored
Merge pull request #117 from saadmk11/release-0.9.0
Release v0.9.0
2 parents 74efc62 + b3e9a18 commit d8781ca

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# Version: v0.9.0
2+
3+
* [#92](https://github.com/saadmk11/github-actions-version-updater/pull/92): [pre-commit.ci] pre-commit autoupdate
4+
* [#100](https://github.com/saadmk11/github-actions-version-updater/pull/100): Update README.md - update checkout versions
5+
* [#106](https://github.com/saadmk11/github-actions-version-updater/pull/106): Fix the actions enclosed in quotes are not updated
6+
* [#115](https://github.com/saadmk11/github-actions-version-updater/pull/115): Base on 3.12-slim-bullseye
7+
* [#116](https://github.com/saadmk11/github-actions-version-updater/pull/116): Update changelog-ci version
8+
9+
110
# Version: v0.8.1
211

312
* [#89](https://github.com/saadmk11/github-actions-version-updater/pull/89): Use `regex.sub` to replace old versions with new ones

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
token: ${{ secrets.WORKFLOW_SECRET }}
7070

7171
- name: Run GitHub Actions Version Updater
72-
uses: saadmk11/github-actions-version-updater@v0.8.1
72+
uses: saadmk11/github-actions-version-updater@v0.9.0
7373
with:
7474
# [Required] Access token with `workflow` scope.
7575
token: ${{ secrets.WORKFLOW_SECRET }}
@@ -120,7 +120,7 @@ jobs:
120120
token: ${{ secrets.WORKFLOW_SECRET }}
121121

122122
- name: Run GitHub Actions Version Updater
123-
uses: saadmk11/github-actions-version-updater@v0.8.1
123+
uses: saadmk11/github-actions-version-updater@v0.9.0
124124
with:
125125
# [Required] Access token with `workflow` scope.
126126
token: ${{ secrets.WORKFLOW_SECRET }}
@@ -194,7 +194,7 @@ jobs:
194194
rm .git/hooks/pre-push
195195
196196
- name: Run GitHub Actions Version Updater
197-
uses: saadmk11/github-actions-version-updater@v0.8.1
197+
uses: saadmk11/github-actions-version-updater@v0.9.0
198198
with:
199199
# ...
200200
```
@@ -229,7 +229,7 @@ jobs:
229229
token: ${{ secrets.WORKFLOW_SECRET }}
230230

231231
- name: Run GitHub Actions Version Updater
232-
uses: saadmk11/github-actions-version-updater@v0.8.1
232+
uses: saadmk11/github-actions-version-updater@v0.9.0
233233
# Required to get the PR number
234234
id: gha-update
235235
with:

0 commit comments

Comments
 (0)