Skip to content

Commit

Permalink
ci: update actions/checkout to v4 (#19)
Browse files Browse the repository at this point in the history
## Summary
update actions/checkout to v4 to use node 20 runtime

v4 release notes:
https://github.com/actions/checkout/releases/tag/v4.0.0
  • Loading branch information
zepeng811 authored Jul 2, 2024
2 parents bd686d8 + cf105db commit 729b051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/git-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
outputs:
release-tag: v${{ steps.get-version.outputs.version }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Extract latest section from CHANGELOG.md
id: parse-changelog
Expand Down

0 comments on commit 729b051

Please sign in to comment.