Skip to content

Commit

Permalink
chore(deps): update actions/checkout to v4.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 27, 2024
1 parent 9caf3af commit e686b3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/action.release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: 'Craft the Changelog'
steps:
- name: 'Checkout source code'
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
fetch-depth: 0
- name: "Generate CHANGELOG.md"
Expand All @@ -34,7 +34,7 @@ jobs:
needs: [ changelog ]
steps:
- name: 'Checkout source code'
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
fetch-depth: 0
- name: 'Download binary artifacts'
Expand Down

0 comments on commit e686b3e

Please sign in to comment.