Skip to content

Commit 2efee77

Browse files
committed
fixes forks test action
1 parent 13c7d21 commit 2efee77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_on_local_destinations_forks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
6666
steps:
6767
- name: Check out
68-
uses: actions/checkout@master@v4
68+
uses: actions/checkout@master
6969
with:
7070
ref: ${{ github.event.pull_request.head.sha || github.ref }}
7171

0 commit comments

Comments
 (0)