Skip to content

Commit

Permalink
Update actions in example
Browse files Browse the repository at this point in the history
  • Loading branch information
p3lim authored Mar 14, 2024
1 parent 8461107 commit aa055bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone project
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Update license year
uses: p3lim/license-year-updater@v2
Expand All @@ -110,7 +110,7 @@ jobs:
license2.txt
- name: Create pull request
uses: peter-evans/create-pull-request@v5
uses: peter-evans/create-pull-request@v6
with:
title: Update license
commit-message: Update license
Expand Down

0 comments on commit aa055bc

Please sign in to comment.