Skip to content

Commit 8d4c626

Browse files
committed
Release of 1.8.3, increase some versions in GH Action
1 parent c09ec4c commit 8d4c626

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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') }}
@@ -99,7 +99,7 @@ jobs:
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 }}

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
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

0 commit comments

Comments
 (0)