From dc3775ecacdcb0473a3d2a2f389d3d85e1f17e8b Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Wed, 22 Jun 2022 11:40:57 +0200 Subject: [PATCH] Add Action to check for outdated actions --- .github/workflows/test-build.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/workflows/test-build.yml b/.github/workflows/test-build.yml index bc6469cf..7deeed52 100644 --- a/.github/workflows/test-build.yml +++ b/.github/workflows/test-build.yml @@ -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 }}