Skip to content

Commit 4b47a0f

Browse files
committed
Make it more readable and update the actions version
1 parent 3258003 commit 4b47a0f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/update-license-year.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ jobs:
1212
contents: write
1313

1414
steps:
15-
- name: Checkout repository
16-
uses: actions/checkout@v4
15+
- name: Checkout your repository using git
16+
uses: actions/checkout@v6
1717

18-
- name: Update Year in LICENSE
18+
- name: Update year in LICENSE
1919
run: |
2020
CURRENT_YEAR=$(date +'%Y')
2121
sed -i -E "s/Copyright \(c\) [0-9]{4}/Copyright (c) $CURRENT_YEAR/g" LICENSE
2222
23-
- name: Commit and Push changes
23+
- name: Commit and push changes
2424
run: |
2525
git config --global user.name "github-actions[bot]"
2626
git config --global user.email "github-actions[bot]@users.noreply.github.com"

0 commit comments

Comments
 (0)