Skip to content

GitHub Actions updater #42

GitHub Actions updater

GitHub Actions updater #42

name: GitHub Actions updater
on:
schedule:
- cron: '0 0 * * 0'
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3.3.0
- name: Run GitHub Actions Version Updater
uses: saadmk11/github-actions-version-updater@v0.7.3
with:
skip_pull_request: true