Skip to content

GitHub Actions Version Updater #1

GitHub Actions Version Updater

GitHub Actions Version Updater #1

Workflow file for this run

name: GitHub Actions Version Updater
# Controls when the action will run.
on:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
token: ${{ secrets.GH_TOKEN }}
- name: Run GitHub Actions Version Updater
uses: saadmk11/[email protected]
with:
token: ${{ secrets.GH_TOKEN }}
ignore: 'dtolnay/rust-toolchain@stable'