Part-DB-server/.github/workflows/actions_updater.yaml
2023-03-18 22:11:50 +01:00

27 lines
No EOL
637 B
YAML

name: GitHub Actions Version Updater
# Controls when the action will run.
on:
push:
branches:
- 'master'
schedule:
# Automatically run on every Sunday
- cron: '0 0 * * 0'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
# [Required] Access token with `workflow` scope.
token: ${{ secrets.WORKFLOW_SECRET }}
- name: Run GitHub Actions Version Updater
uses: saadmk11/github-actions-version-updater@v0.7.4
with:
# [Required] Access token with `workflow` scope.
token: ${{ secrets.WORKFLOW_SECRET }}