Skip to content

Commit

Permalink
Update changelog.yml
Browse files Browse the repository at this point in the history
Switch to actions/checkout@v4
  • Loading branch information
mosfet80 authored Oct 20, 2023
1 parent 4fb0b5f commit e77e515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

steps:
- name: Checkout branch
uses: actions/checkout@v3
uses: actions/checkout@v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down

0 comments on commit e77e515

Please sign in to comment.