Skip to content

Commit f087acc

Browse files
committed
fixup: replace ::set-output
Please squash be before merging!
1 parent 6da8f3f commit f087acc

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/test-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
python-version: ${{ matrix.python-version }}
5858
- name: Get full Python version
5959
id: full-python-version
60-
run: echo "version={$(python -c "import sys; print('-'.join(str(v) for v in sys.version_info))")}" >> $GITHUB_OUTPUT
60+
run: echo "version=$(python -c "import sys; print('-'.join(str(v) for v in sys.version_info))")" >> $GITHUB_OUTPUT
6161
- name: Bootstrap poetry
6262
run: |
6363
curl -sL https://install.python-poetry.org | python - -y ${{ matrix.bootstrap-args }}

CHANGELOG.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
9-
### Changed
10-
- [CI] Replace deprecated `::set-output`
119

1210
## [18.0.1] - 2024-10-28
1311
### Fixed

0 commit comments

Comments
 (0)