File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -78,14 +78,14 @@ jobs:
7878 - name : Set env
7979 run : echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
8080
81- - uses : actions/checkout@v4
81+ - uses : actions/checkout@master
8282
8383 - name : Set up Python 3.12
8484 uses : actions/setup-python@v5
8585 with :
8686 python-version : " 3.12"
8787
88- - uses : actions/cache@v4.0 .2
88+ - uses : actions/cache@v4.2 .2
8989 with :
9090 path : ~/.cache/pip
9191 key : ${{ runner.os }}-pip-${{ hashFiles('.github/requirements.txt') }}
9999 run : qgis-plugin-ci changelog ${{ env.RELEASE_VERSION }} >> release.md
100100
101101 - name : Create release on GitHub
102- uses : ncipollo/release-action@v1.14 .0
102+ uses : ncipollo/release-action@v1.16 .0
103103 with :
104104 bodyFile : release.md
105105 token : ${{ secrets.BOT_HUB_TOKEN }}
Original file line number Diff line number Diff line change 22
33## Unreleased
44
5- ## 1.8.3 - 2025-03-24
5+ ## 1.8.3 - 2025-03-25
66
7+ * Improve debug in logs if ` X-Request-ID ` is provided in the request
78* Stream content instead of loading file content in memory
89* Set server exception on error
9- * Fix mixing of QT api and Python api
10+ * Fix mixing of QT API and Python API
1011
1112## 1.8.2 - 2024-08-12
1213
1314* Minor code cleanup
1415
15-
1616## 1.8.1 - 2024-06-05
1717
1818* Minor code cleanup
You can’t perform that action at this time.
0 commit comments