Skip to content

Commit e8fb09d

Browse files
authored
Merge pull request #58 from Roave/renovate/actions-checkout-4.x
Update actions/checkout action to v4
2 parents e181a4a + ad3ce19 commit e8fb09d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-on-milestone-closed-triggering-release-event.yml

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

1919
steps:
2020
- name: "Checkout"
21-
uses: "actions/checkout@v3"
21+
uses: "actions/checkout@v4"
2222

2323
- name: "Release"
2424
uses: "laminas/automatic-releases@v1"

0 commit comments

Comments
 (0)