Skip to content

Commit

Permalink
chore: add workflow to update our github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielMSchmidt committed Nov 21, 2022
1 parent eca63e8 commit 0ea8ca0
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/gh-action-upgrade.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: GitHub Actions Version Updater

on:
schedule:
# Every monday at 13:37 UTC
- cron: 37 13 * * 1
workflow_dispatch: {}

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
with:
token: ${{ secrets.GH_TOKEN_ACTIONS_UPDATER }}

- name: Run GitHub Actions Version Updater
uses: saadmk11/github-actions-version-updater@v0.7.1
with:
token: ${{ secrets.GH_TOKEN_ACTIONS_UPDATER }}
commit_message: "chore: update github workflow actions"
pull_request_title: "chore: update github workflow actions"
pull_request_team_reviewers: cdktf

0 comments on commit 0ea8ca0

Please sign in to comment.