Skip to content

Commit bb5e262

Browse files
committed
Added actions/checkout@v4 before other steps
1 parent 24e0593 commit bb5e262

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
if: github.event_name == 'pull_request'
2323
steps:
24+
- uses: actions/checkout@v4
2425
- name: Extract PR Metadata
2526
uses: actions/github-script@v6
2627
id: get_pr_data

0 commit comments

Comments
 (0)