Skip to content

update GitHub Actions #21

update GitHub Actions

update GitHub Actions #21

# https://github.com/marketplace/actions/github-actions-version-updater
name: Update GitHub Actions
"on":
workflow_dispatch:
schedule:
# First day of each month at noon
- cron: "0 12 1 * *"
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
with:
token: ${{ secrets.ACTIONS_VERSION_UPDATER_TOKEN }}
- uses: saadmk11/github-actions-version-updater@a7fd643bb3e9c1ef8f5c70bb5b645f5a2a9f395c
with:
token: ${{ secrets.ACTIONS_VERSION_UPDATER_TOKEN }}
update_version_with: release-commit-sha
pull_request_labels: "dependencies, automated"
permissions:
contents: write
pull-requests: write