summaryrefslogtreecommitdiff
path: root/.github/workflows/check_copyright_year.yml
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2025-12-16 09:26:10 +0900
committerGitHub <noreply@github.com>2025-12-16 09:26:10 +0900
commit99e25784ad79f16a200750a16cb20f83502d10c4 (patch)
treec0e3a532ff2c15d5132ae8b405149632192798a2 /.github/workflows/check_copyright_year.yml
parent[skip ci] Update CHANGELOG.md (prepend template) (diff)
downloadmisskey-99e25784ad79f16a200750a16cb20f83502d10c4.tar.gz
misskey-99e25784ad79f16a200750a16cb20f83502d10c4.tar.bz2
misskey-99e25784ad79f16a200750a16cb20f83502d10c4.zip
chore(deps): update [github actions] update dependencies (major) (#16869)
* chore(deps): update [github actions] update dependencies * migrate * bump download-artifact to v7 * bump upload-artifact to v6 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: kakkokari-gtyih <67428053+kakkokari-gtyih@users.noreply.github.com>
Diffstat (limited to '.github/workflows/check_copyright_year.yml')
-rw-r--r--.github/workflows/check_copyright_year.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/check_copyright_year.yml b/.github/workflows/check_copyright_year.yml
index d891a538c6..40016d39c5 100644
--- a/.github/workflows/check_copyright_year.yml
+++ b/.github/workflows/check_copyright_year.yml
@@ -10,7 +10,7 @@ jobs:
check_copyright_year:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v4.3.0
+ - uses: actions/checkout@v6.0.1
- run: |
if [ "$(grep Copyright COPYING | sed -e 's/.*2014-\([0-9]*\) .*/\1/g')" -ne "$(date +%Y)" ]; then
echo "Please change copyright year!"