Skip to content

update GitHub Actions #32

update GitHub Actions

update GitHub Actions #32

# https://github.com/marketplace/actions/github-actions-version-updater
name: update GitHub Actions
"on":
workflow_dispatch:
schedule:
# Second day of every third month at noon
- cron: "0 12 2 */3 *"
jobs:
main:
runs-on: ubuntu-24.04
steps:
- name: check out code
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
with:
token: ${{ secrets.ACTIONS_VERSION_UPDATER_TOKEN }}
- name: update GitHub Actions
uses: saadmk11/github-actions-version-updater@64be81ba69383f81f2be476703ea6570c4c8686e
with:
token: ${{ secrets.ACTIONS_VERSION_UPDATER_TOKEN }}
update_version_with: release-commit-sha
pull_request_labels: "automated, dependencies"
permissions:
contents: write
pull-requests: write