Skip to content

GitHub Actions Version Updater #969

GitHub Actions Version Updater

GitHub Actions Version Updater #969

Workflow file for this run

name: GitHub Actions Version Updater
on:
workflow_dispatch:
schedule:
- cron: '0 12 * * *' # at 12:00 every day
push:
branches: '*'
paths:
- '.github/workflows/*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.4
with:
token: ${{ secrets.WORKFLOW_SECRET }}
- name: Run GitHub Actions Version Updater
uses: saadmk11/github-actions-version-updater@v0.8.1
with:
token: ${{ secrets.WORKFLOW_SECRET }}