Skip to content

Commit

Permalink
feat(workflow): update check_changelog.ymlto use latest ubuntu version
Browse files Browse the repository at this point in the history
  • Loading branch information
quevon24 committed Feb 12, 2025
1 parent 27994d2 commit a103daa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
Check-Changelog:
name: Check Changelog Action
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- uses: tarides/changelog-check-action@v2
with:
Expand Down

0 comments on commit a103daa

Please sign in to comment.