Skip to content

Commit

Permalink
Update checkout action to use Node v20
Browse files Browse the repository at this point in the history
  • Loading branch information
ja573 committed Feb 14, 2024
1 parent 4712207 commit 009abdc
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 009abdc

Please sign in to comment.