laravel-interaction/interactions

View on GitHub
.github/workflows/update-copyright-years-in-license-file.yml

Summary

Maintainability
Test Coverage
name: Update copyright year(s) in license file

on:
  schedule:
    - cron: "0 3 1 1 *"
  workflow_dispatch: 

jobs:
  run:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v4.0.0
      with:
        fetch-depth: 0
    - uses: FantasticFiasco/action-update-license-year@v3
      with:
        token: ${{ secrets.GITHUB_TOKEN }}
        path: |
          packages/*/LICENSE
          LICENSE