Skip to content

Commit 8b39d32

Browse files
authored
Merge pull request #6 from springmeyer/renovate/actions-checkout-5.x
chore(deps): update actions/checkout action to v5
2 parents 987a13c + 8cf4c6a commit 8b39d32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
steps:
2323
- name: Checkout code
24-
uses: actions/checkout@v4
24+
uses: actions/checkout@v5
2525

2626
- name: Install dependencies
2727
run: |

0 commit comments

Comments
 (0)