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
3 changes: 2 additions & 1 deletion .github/workflows/update-actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ jobs:
token: ${{ secrets.WORKFLOW_SECRET }}

- name: Run GitHub Actions Version Updater
uses: saadmk11/github-actions-version-updater@v0.7.0
uses: saadmk11/github-actions-version-updater@main
with:
# [Required] Access token with `workflow` scope.
token: ${{ secrets.WORKFLOW_SECRET }}
update_version_with: "release-tag"
release_types: "major"
ignore: 'saadmk11/github-actions-version-updater@main'
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# Version: v0.8.0

* [#73](https://github.com/saadmk11/github-actions-version-updater/pull/73): [pre-commit.ci] pre-commit autoupdate
* [#80](https://github.com/saadmk11/github-actions-version-updater/pull/80): [pre-commit.ci] pre-commit autoupdate
* [#82](https://github.com/saadmk11/github-actions-version-updater/pull/82): Update changelog-ci.yaml
* [#83](https://github.com/saadmk11/github-actions-version-updater/pull/83): Set Created Pull Request Number as Action Output
* [#84](https://github.com/saadmk11/github-actions-version-updater/pull/84): Warn users when GitHub Release do not use Semantic Versioning specification
* [#85](https://github.com/saadmk11/github-actions-version-updater/pull/85): Manage Dependencies with pip-tools and Migrate to Pydantic V2


# Version: v0.7.4

* [#60](https://github.com/saadmk11/github-actions-version-updater/pull/60): [pre-commit.ci] pre-commit autoupdate
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.7.4
uses: saadmk11/github-actions-version-updater@v0.8.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.7.4
uses: saadmk11/github-actions-version-updater@v0.8.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.7.4
uses: saadmk11/github-actions-version-updater@v0.8.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.7.4
uses: saadmk11/github-actions-version-updater@v0.8.0
# Required to get the PR number
id: gha-update
with:
Expand Down