Newer
Older
thu-learn-downloader-optimized / .github / workflows / license.yaml
@Qin Li Qin Li on 24 Feb 2023 364 bytes fix: migrate to python 3.11
name: Update Copyright Year(s) in License File

on:
  schedule:
    - cron: "0 3 1 1 *" # 03:00 AM on January 1

jobs:
  update-license-year:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v3
        with:
          fetch-depth: 0
      - uses: FantasticFiasco/action-update-license-year@v2
        with:
          token: ${{ github.token }}