From d8e0fdedc175ae1dcc34db81a1eb77df1b41d2fb Mon Sep 17 00:00:00 2001 From: creativecreatorormaybenot Date: Tue, 12 Jan 2021 09:34:49 +0000 Subject: [PATCH] Use custom update license year version (#82) --- .github/workflows/licenses.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/licenses.yml b/.github/workflows/licenses.yml index b152920f..5ad90d1a 100644 --- a/.github/workflows/licenses.yml +++ b/.github/workflows/licenses.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v2 with: fetch-depth: 0 - - uses: FantasticFiasco/action-update-license-year@v2 + - uses: FantasticFiasco/action-update-license-year@66564cc720675678f03c008d254ebbf5f22609ac with: token: ${{ secrets.GITHUB_TOKEN }} path: '**/LICENSE'