Skip to content

Commit 3576036

Browse files
authored
Update checkout action
1 parent e54b020 commit 3576036

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ inputs:
1111
runs:
1212
using: 'composite'
1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v3
1515
- name: Update composer.json
1616
run: >
1717
sed -i 's#"src/registration.php"#"registration.php"#g' composer.json;

0 commit comments

Comments
 (0)