mirror of https://github.com/Squidex/squidex.git
1 changed files with 20 additions and 0 deletions
@ -0,0 +1,20 @@ |
|||
name: Check Update |
|||
concurrency: check |
|||
|
|||
on: |
|||
workflow_dispatch: |
|||
schedule: |
|||
# Automatically run on every Sunday |
|||
- cron: '0 0 * * 0' |
|||
|
|||
jobs: |
|||
build: |
|||
runs-on: ubuntu-latest |
|||
|
|||
steps: |
|||
- uses: actions/checkout@v3 |
|||
with: |
|||
token: ${{ secrets.WORKFLOW_SECRET }} |
|||
|
|||
- name: Run GitHub Actions Version Updater |
|||
uses: saadmk11/github-actions-version-updater@v0.5.6 |
|||
Loading…
Reference in new issue