Browse Source

Create update action.

pull/929/head
Sebastian 4 years ago
parent
commit
57d97e9494
  1. 20
      .github/workflows/check-updates.yml

20
.github/workflows/check-updates.yml

@ -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…
Cancel
Save