Skip to content

Commit

Permalink
Add Action to check for outdated actions
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Jun 22, 2022
1 parent f00ede7 commit edd2299
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,12 @@ jobs:
with:
context: .
push: false

github-action-updater:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: GitHub Actions Version Updater
uses: saadmk11/github-actions-version-updater@v0.5.6
with:
token: ${{ secrets.SAADMK11_GITHUB_ACTIONS_VERSION_UPDATER_VPT }}

0 comments on commit edd2299

Please sign in to comment.