Skip to content

Commit fd04ba3

Browse files
authored
Merge pull request #3 from pabl-o-ce/renovate/actions-checkout-5.x
chore(deps): update actions/checkout action to v5
2 parents d192b0a + 171b815 commit fd04ba3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
runs-on: ubuntu-latest
4747
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
4848
steps:
49-
- uses: actions/checkout@v4
49+
- uses: actions/checkout@v5
5050
with:
5151
fetch-depth: 0
5252
lfs: true

0 commit comments

Comments
 (0)