Update PolkaVM Dependency #5
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 PolkaVM Dependency | |
on: | |
schedule: | |
- cron: '0 * * * *' # Runs every day at midnight | |
jobs: | |
update-polkavm: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Check for new PolkaVM version | |
run: ./.github/workflows/scripts/check_polkavm_version.sh | |
- name: Update Cargo.toml and create pull request | |
run: ./.github/workflows/scripts/update_cargo_and_pr.sh |