Skip to content

Update PolkaVM Dependency #5

Update PolkaVM Dependency

Update PolkaVM Dependency #5

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