Skip to content

GitHub Actions Version Updater #7

GitHub Actions Version Updater

GitHub Actions Version Updater #7

Workflow file for this run

name: GitHub Actions Version Updater
on:
schedule:
# Automatically run on every month
- cron: '0 0 1 * *'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6.0.2
with:
# [Required] Access token with `workflow` scope.
token: ${{ secrets.WORKFLOW_TOKEN }}
- name: Run GitHub Actions Version Updater
uses: saadmk11/github-actions-version-updater@v0.9.0
with:
# [Required] Access token with `workflow` scope.
token: ${{ secrets.WORKFLOW_TOKEN }}