Skip to content

Commit 6097448

Browse files
authored
Merge pull request #9 from brainbits/renovate/actions-checkout-4.x
chore(deps): update actions/checkout action to v4
2 parents d5e3a05 + b5f4720 commit 6097448

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
@@ -24,7 +24,7 @@ jobs:
2424

2525
steps:
2626
- name: "Checkout"
27-
uses: "actions/checkout@v2"
27+
uses: "actions/checkout@v4"
2828

2929
- name: "Install PHP"
3030
uses: "shivammathur/setup-php@v2"

0 commit comments

Comments
 (0)