Skip to content

Commit 23f0a6b

Browse files
authored
Update create-issue.yml
1 parent 5b5318a commit 23f0a6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-issue.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ jobs:
1010
create_issue:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v4.1.0
1414
- name: Create issue using gh CLI
1515
run: gh issue create --title "New issue title" --body "Issue body"

0 commit comments

Comments
 (0)