We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dc470b commit 0dfd3c0Copy full SHA for 0dfd3c0
.github/workflows/ci-workflow.yaml
@@ -15,6 +15,8 @@ jobs:
15
name: python ${{ matrix.python }}
16
steps:
17
- uses: actions/checkout@v4
18
+ with:
19
+ set-safe-directory: ${{ github.workspace }}
20
- uses: actions/setup-python@v4
21
with:
22
python-version: ${{ matrix.python }}
CHANGELOG.md
@@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## Unreleased
9
10
+### Added
11
+- Add checkout safe directory
12
+
13
### Changed
14
- Pin workflows ubuntu to 24.04
0 commit comments