Skip to content

Commit a155da9

Browse files
committed
Fix typo
1 parent 9a428bd commit a155da9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1111
steps:
1212
- name: Check out the repo
13-
uses: actions/checkout@4
13+
uses: actions/checkout@v4
1414
- name: Setup Perl
1515
uses: shogo82148/actions-setup-perl@v1
1616
- name: Install Release Dependencies

0 commit comments

Comments
 (0)