Skip to content

Commit 18b517f

Browse files
authored
Merge pull request #12 from rcmdnk/renovate/actions-checkout-6.x
chore(deps): update actions/checkout action to v6
2 parents bd50124 + 5127726 commit 18b517f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ outputs:
117117
runs:
118118
using: 'composite'
119119
steps:
120-
- uses: actions/checkout@v4
120+
- uses: actions/checkout@v6
121121
if: ${{ inputs.checkout == '1' }}
122122
with:
123123
persist-credentials: false

0 commit comments

Comments
 (0)