We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e39570 commit f8bb992Copy full SHA for f8bb992
DOCS/RELEASE.md
@@ -120,6 +120,19 @@ Output:
120
121
## Changelog 📝
122
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
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
136
### v1.0.2 (2026-03-12)
137
138
**Bug Fixes:**
0 commit comments