diff --git a/.github/workflows/actions_updater.yaml b/.github/workflows/actions_updater.yaml deleted file mode 100644 index d842194c..00000000 --- a/.github/workflows/actions_updater.yaml +++ /dev/null @@ -1,27 +0,0 @@ -name: GitHub Actions Version Updater - -# Controls when the action will run. -on: - push: - branches: - - 'master' - schedule: - # Automatically run on every Sunday - - cron: '0 0 * * 0' - - -jobs: - build: - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v3 - with: - # [Required] Access token with `workflow` scope. - token: ${{ secrets.WORKFLOW_SECRET }} - - - name: Run GitHub Actions Version Updater - uses: saadmk11/github-actions-version-updater@v0.7.4 - with: - # [Required] Access token with `workflow` scope. - token: ${{ secrets.WORKFLOW_SECRET }} \ No newline at end of file