Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# Version: v0.9.0

* [#92](https://github.com/saadmk11/github-actions-version-updater/pull/92): [pre-commit.ci] pre-commit autoupdate
* [#100](https://github.com/saadmk11/github-actions-version-updater/pull/100): Update README.md - update checkout versions
* [#106](https://github.com/saadmk11/github-actions-version-updater/pull/106): Fix the actions enclosed in quotes are not updated
* [#115](https://github.com/saadmk11/github-actions-version-updater/pull/115): Base on 3.12-slim-bullseye
* [#116](https://github.com/saadmk11/github-actions-version-updater/pull/116): Update changelog-ci version


# Version: v0.8.1

* [#89](https://github.com/saadmk11/github-actions-version-updater/pull/89): Use `regex.sub` to replace old versions with new ones
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
token: ${{ secrets.WORKFLOW_SECRET }}

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

- name: Run GitHub Actions Version Updater
uses: saadmk11/github-actions-version-updater@v0.8.1
uses: saadmk11/github-actions-version-updater@v0.9.0
with:
# [Required] Access token with `workflow` scope.
token: ${{ secrets.WORKFLOW_SECRET }}
Expand Down Expand Up @@ -194,7 +194,7 @@ jobs:
rm .git/hooks/pre-push

- name: Run GitHub Actions Version Updater
uses: saadmk11/github-actions-version-updater@v0.8.1
uses: saadmk11/github-actions-version-updater@v0.9.0
with:
# ...
```
Expand Down Expand Up @@ -229,7 +229,7 @@ jobs:
token: ${{ secrets.WORKFLOW_SECRET }}

- name: Run GitHub Actions Version Updater
uses: saadmk11/github-actions-version-updater@v0.8.1
uses: saadmk11/github-actions-version-updater@v0.9.0
# Required to get the PR number
id: gha-update
with:
Expand Down