Skip to content

Commit 40c5377

Browse files
committed
Merge remote-tracking branch 'origin/master' into BOE-3470-move-py-pi-publishing-to-oidc
2 parents 5db988e + bd8d44a commit 40c5377

3 files changed

Lines changed: 8 additions & 6 deletions

File tree

.github/workflows/bump-version.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ jobs:
2323
- id: setup-libraries
2424
name: Install libraries
2525
run: |
26-
sudo add-apt-repository ppa:rmescandon/yq -y
27-
sudo apt update
28-
sudo apt install yq -y
26+
wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -O /usr/local/bin/yq
27+
chmod +x /usr/local/bin/yq
28+
yq --version
2929
3030
- id: read-openapi-version
3131
name: Read OpenAPI Version

.github/workflows/release-version.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ jobs:
4949
run: |
5050
npm install -g yarn
5151
yarn global add standard-version
52-
sudo add-apt-repository ppa:rmescandon/yq -y
53-
sudo apt update
54-
sudo apt install yq -y
52+
wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -O /usr/local/bin/yq
53+
chmod +x /usr/local/bin/yq
54+
yq --version
5555
cd ./scripts/
5656
yarn
5757

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### 2.1.3 (2025-08-18)
6+
57
### 2.1.2 (2024-10-30)
68

79
### 2.1.1 (2024-10-24)

0 commit comments

Comments
 (0)