Skip to content

Commit

Permalink
Merge pull request #5 from ja573/main
Browse files Browse the repository at this point in the history
Update checkout action to use Node v20
  • Loading branch information
Leonidas-from-XIV authored Feb 14, 2024
2 parents 4712207 + 009abdc commit 0189fc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ runs:
using: "composite"
steps:
- name: Check out repository code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Check for changes in changelog
Expand Down

0 comments on commit 0189fc7

Please sign in to comment.