Dependabot helps us keep things up to date

# .github/dependabot.yml in every repo with GHAs
version: 2
updates:
  - package-ecosystem: "github-actions"
    directory: "/"
    schedule:
      interval: "weekly"

You can do this in the extra credit slides later

slide 28 (click 0 of 8)