Skip to content

Commit 90f9d3b

Browse files
authored
Merge pull request #42 from semantic-release-action/renovate/actions-checkout-6.x
chore(deps): update actions/checkout action to v6
2 parents 0a4056c + 4bbcdc0 commit 90f9d3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ runs:
1717
using: composite
1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@v4
20+
uses: actions/checkout@v6
2121
with:
2222
# Fetch all history and tags for calculating next semantic version
2323
fetch-depth: 0

0 commit comments

Comments
 (0)