Skip to content

update GitHub Actions #23

update GitHub Actions

update GitHub Actions #23

# 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@8ade135a41bc03ea155e62e844d188df1ea18608
with:
token: ${{ secrets.ACTIONS_VERSION_UPDATER_TOKEN }}
- uses: saadmk11/github-actions-version-updater@64be81ba69383f81f2be476703ea6570c4c8686e
with:
token: ${{ secrets.ACTIONS_VERSION_UPDATER_TOKEN }}
update_version_with: release-commit-sha
pull_request_labels: "dependencies, automated"
permissions:
contents: write
pull-requests: write