Skip to content

Check for tool updates - Run 6 #6

Check for tool updates - Run 6

Check for tool updates - Run 6 #6

Workflow file for this run

name: Tools Updated
run-name: Check for tool updates - Run ${{ github.run_number }}
on:
schedule:
- cron: '0 12 1 * *'
workflow_dispatch:
jobs:
check-updates:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install dependencies
run: npm install
- name: All tools up to date?
run: |
node last-updated.mjs