Skip to content

Commit 7d5f7d6

Browse files
committed
fix: use github ci checkout v3 actions to fix git 2.35 issue
1 parent 2916e05 commit 7d5f7d6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ jobs:
1010
python-sqlalchemy python-sqlalchemy-continuum python-flask python-flask-sqlalchemy python-flask-wtf
1111
python-flask-login python-flask-migrate python-flask-talisman python-email-validator python-feedgen
1212
python-pytz python-requests python-scrypt python-markupsafe pyalpm sqlite
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v3
1414
- name: Run tests
1515
run: |
16+
git config --global --add safe.directory /__w/arch-security-tracker/arch-security-tracker
1617
python3 -m py_compile $(git ls-files '*.py')
1718
make test

0 commit comments

Comments
 (0)