mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-02-24 16:05:15 +00:00
Bumps [Gamesight/slack-workflow-status](https://github.com/gamesight/slack-workflow-status) from 1.2.0 to 1.3.0. - [Release notes](https://github.com/gamesight/slack-workflow-status/releases) - [Commits](https://github.com/gamesight/slack-workflow-status/compare/v1.2.0...v1.3.0) --- updated-dependencies: - dependency-name: Gamesight/slack-workflow-status dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
14 lines
378 B
YAML
14 lines
378 B
YAML
name: Update Scheduled Release Version
|
|
|
|
on:
|
|
workflow_dispatch: # Manual trigger only. Triggered by release-scheduler.yml on main.
|
|
|
|
permissions:
|
|
contents: read
|
|
|
|
jobs:
|
|
update-scheduled-release-version:
|
|
name: Update Scheduled Release Version
|
|
uses: spring-io/spring-security-release-tools/.github/workflows/update-scheduled-release-version.yml@v1
|
|
secrets: inherit
|