Skip to content

Commit

Permalink
Update license-copyright.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lpeyr authored Jan 1, 2025
1 parent 202436d commit 06c25bc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/license-copyright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: FantasticFiasco/action-update-license-year@v2
- uses: FantasticFiasco/action-update-license-year@v3
with:
token: ${{ secrets.ACTIONS_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
commitTitle: 'Updated license copyright'
assignees: 'lpeyr'
labels: documentation
path: LICENSE.md
path: LICENSE.md

0 comments on commit 06c25bc

Please sign in to comment.