Skip to content

Commit ff90717

Browse files
authored
Merge pull request #8 from patchlevel/renovate/actions-checkout-3.x
Update actions/checkout action to v3
2 parents 8287ccc + a8fc8d6 commit ff90717

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@v2"
21+
uses: actions/checkout@v3
2222

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

0 commit comments

Comments
 (0)