Skip to content

Commit f8bb992

Browse files
committed
docs: add v1.0.3 and v1.0.4 changelog entries
1 parent 9e39570 commit f8bb992

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

DOCS/RELEASE.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,19 @@ Output:
120120

121121
## Changelog 📝
122122

123+
### v1.0.4 (2026-03-12)
124+
125+
**Bug Fixes:**
126+
- Removed `setup-python` pip caching (`cache: "pip"` and `cache-dependency-path`)
127+
- `cache-dependency-path` only resolves globs within the caller's workspace, so it cannot reference the action's own `requirements.txt`
128+
- Direct `pip install` in shell step handles dependencies correctly for all use cases
129+
130+
### v1.0.3 (2026-03-12)
131+
132+
**Bug Fixes:**
133+
- Resolved `${{ github.action_path }}` to absolute path before using in `setup-python`
134+
- Fixes issue where `github.action_path` returns `.` in owner's own repo
135+
123136
### v1.0.2 (2026-03-12)
124137

125138
**Bug Fixes:**

0 commit comments

Comments
 (0)