diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-12-13 01:47:44 +0800 |
---|---|---|
committer | GitHub <[email protected]> | 2022-12-13 01:47:44 +0800 |
commit | f3f276985e0912214051466372fdf0261359ba53 (patch) | |
tree | 00f630799630f46c1f4316b4b70d1a2f29c4d039 | |
parent | 979301dee01241028ca1c5e9e30f7cf6fb6cf451 (diff) | |
download | bazarr-f3f276985e0912214051466372fdf0261359ba53.tar.gz bazarr-f3f276985e0912214051466372fdf0261359ba53.zip |
no log: Bump benc-uk/workflow-dispatch from 1 to 121 (#1991)
Bumps [benc-uk/workflow-dispatch](https://github.com/benc-uk/workflow-dispatch) from 1 to 121.
- [Release notes](https://github.com/benc-uk/workflow-dispatch/releases)
- [Commits](https://github.com/benc-uk/workflow-dispatch/compare/v1...v121)
---
updated-dependencies:
- dependency-name: benc-uk/workflow-dispatch
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r-- | .github/workflows/schedule.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/schedule.yaml b/.github/workflows/schedule.yaml index 968853834..69eddf032 100644 --- a/.github/workflows/schedule.yaml +++ b/.github/workflows/schedule.yaml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Execute - uses: benc-uk/workflow-dispatch@v1 + uses: benc-uk/workflow-dispatch@v121 with: workflow: "release_beta_to_dev" token: ${{ secrets.WF_GITHUB_TOKEN }} |