Skip to content

GitHub Actions Version Updater #42

GitHub Actions Version Updater

GitHub Actions Version Updater #42

Workflow file for this run

name: GitHub Actions Version Updater
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * 0' # Automatically run on every Sunday
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.7
with:
token: ${{ secrets.WORKFLOW_UPDATER_SECRET }}
- name: Run GitHub Actions Version Updater
uses: saadmk11/github-actions-version-updater@v0.8.1
with:
token: ${{ secrets.WORKFLOW_UPDATER_SECRET }}