Update Latest Release Versions Nightly #137
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: Update Latest Release Versions Nightly | |
permissions: | |
contents: write | |
pull-requests: write | |
on: | |
schedule: | |
- cron: '25 9 * * *' # runs every day at 09:25 UTC | |
workflow_dispatch: | |
jobs: | |
v3_4: | |
uses: ./.github/workflows/update-release-version-template.yaml | |
with: | |
release: v3.4 | |
v3_5: | |
uses: ./.github/workflows/update-release-version-template.yaml | |
with: | |
release: v3.5 |