Skip to content

Commit 0dfd3c0

Browse files
committed
Add checkout safe directory
1 parent 7dc470b commit 0dfd3c0

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/ci-workflow.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
name: python ${{ matrix.python }}
1616
steps:
1717
- uses: actions/checkout@v4
18+
with:
19+
set-safe-directory: ${{ github.workspace }}
1820
- uses: actions/setup-python@v4
1921
with:
2022
python-version: ${{ matrix.python }}

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
### Added
11+
- Add checkout safe directory
12+
1013
### Changed
1114
- Pin workflows ubuntu to 24.04
1215

0 commit comments

Comments
 (0)