Skip to content

Commit 2e99217

Browse files
test: safe directory
1 parent a11f4d5 commit 2e99217

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ jobs:
55
runs-on: ubuntu-latest
66
steps:
77
- name: Checkout
8-
uses: actions/checkout@v2
8+
uses: actions/checkout@v3
9+
with:
10+
set-safe-directory: 'meow'
911
- name: Set up Python 3.10
1012
uses: actions/setup-python@v2
1113
with:

0 commit comments

Comments
 (0)