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 ea144d6 commit dc3775e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,14 @@ jobs:
run: docker image ls
- name: Run Docker Image
run: docker run --rm --env RAILS_ENV=development --env NODE_ENV=development voxpupuli/vox-pupuli-tasks:latest ruby -e "puts 'we can use Ruby in the container \o/'"

github-action-updater:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
token: ${{ secrets.SAADMK11_GITHUB_ACTIONS_VERSION_UPDATER_VPT }}
- 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 dc3775e

Please sign in to comment.