Skip to content

Commit

Permalink
chore(deps): update actions/checkout to v4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 29, 2024
1 parent 0c6fb55 commit 72152d8
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/checkout@v4.1.7
uses: actions/checkout@v4.2.0
with:
fetch-depth: 0
- name: "Generate CHANGELOG.md"
Expand All @@ -34,7 +34,7 @@ jobs:
needs: [ changelog ]
steps:
- name: 'Checkout source code'
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0
with:
fetch-depth: 0
- name: 'Download binary artifacts'
Expand Down

0 comments on commit 72152d8

Please sign in to comment.