Skip to content

Commit

Permalink
chore(deps): update actions/checkout to v4.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 19, 2024
1 parent e9d9007 commit 7b33069
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].5
uses: actions/[email protected].6
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].5
uses: actions/[email protected].6
with:
fetch-depth: 0
- name: 'Download binary artifacts'
Expand Down

0 comments on commit 7b33069

Please sign in to comment.