Skip to content

Update GitHub Actions versions #729

Update GitHub Actions versions

Update GitHub Actions versions #729

name: Update GitHub Actions versions
on:
schedule:
- cron: '0 0 * * *'
jobs:
ghactions-autoupdate:
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v4.0.0
with:
token: ${{ secrets.WORKFLOW_TOKEN }}
- name: Run GitHub Actions Version Updater
uses: saadmk11/github-actions-version-updater@v0.8.1
with:
token: ${{ secrets.WORKFLOW_TOKEN }}
pull_request_branch: 'ghactions-autoupdate'
commit_message: 'ghactions: github action autoupdate'