Skip to content

Commit a6bcc7f

Browse files
committed
build: ensure using latest python point release rather than stale cache versions
Signed-off-by: Chad Wilson <29788154+chadlwilson@users.noreply.github.com>
1 parent d84f12a commit a6bcc7f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ jobs:
149149
uses: actions/setup-python@v6
150150
with:
151151
python-version: '3.14'
152+
check-latest: 'true'
152153
cache: 'pip' # caching pip dependencies
153154

154155
- name: Fetch gauge version

0 commit comments

Comments
 (0)