Update Solana #256
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 Solana | |
on: | |
schedule: | |
- cron: "00 00 * * *" # Run this worflow daily | |
workflow_dispatch: | |
jobs: | |
update-solana: | |
name: Update Solana | |
runs-on: ubuntu-latest | |
timeout-minutes: 30 | |
steps: | |
- uses: actions/checkout@v2 | |
- uses: clockwork-xyz/[email protected] | |
with: | |
reviewers: nickgarfield | |
labels: dependencies |