diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-10-08 20:02:41 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2024-10-08 20:02:41 -0400 |
commit | d006b4ecea707e97c413caa925896c67d6f95f5f (patch) | |
tree | 3d1a6aef06873a4fdbcbc0dbf5d7469fd0884cc5 /.github | |
parent | 437064ce3038bd2fc06bb789e9916cf8be1a256c (diff) | |
download | bazarr-d006b4ecea707e97c413caa925896c67d6f95f5f.tar.gz bazarr-d006b4ecea707e97c413caa925896c67d6f95f5f.zip |
no log: Bump benc-uk/workflow-dispatch from 1.2.3 to 1.2.4 (#2606)
Bumps [benc-uk/workflow-dispatch](https://github.com/benc-uk/workflow-dispatch) from 1.2.3 to 1.2.4.
- [Release notes](https://github.com/benc-uk/workflow-dispatch/releases)
- [Commits](https://github.com/benc-uk/workflow-dispatch/compare/v1.2.3...v1.2.4)
---
updated-dependencies:
- dependency-name: benc-uk/workflow-dispatch
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github')
-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 93a1a1ecd..7601b4012 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/[email protected] + uses: benc-uk/[email protected] with: workflow: "release_beta_to_dev" token: ${{ secrets.WF_GITHUB_TOKEN }} |