Update @snapshot-labs/strategies #11165
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 @snapshot-labs/strategies | |
on: | |
workflow_dispatch: | |
schedule: | |
- cron: 0 * * * * | |
jobs: | |
update-strategies: | |
name: Update strategies | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: actions/setup-node@v3 | |
with: | |
node-version: '16' | |
- name: Update @snapshot-labs/strategies dependency | |
run: yarn upgrade @snapshot-labs/strategies | |
- name: Create Pull Request | |
uses: peter-evans/create-pull-request@v3 | |
with: | |
commit-message: Update @snapshot-labs/strategies | |
title: Update @snapshot-labs/strategies | |
body: | | |
- @snapshot-labs/strategies updated | |
Auto-generated by Github Actions | |
branch: update-snapshot-strategies |