Skip to content

Commit 0a0bc5e

Browse files
author
Gabriele Barcella
committed
fix: yq change
1 parent 306fcbd commit 0a0bc5e

2 files changed

Lines changed: 3 additions & 8 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

CHANGELOG.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@ All notable changes to this project will be documented in this file. See [standa
44

55
### 2.1.3 (2025-08-18)
66

7-
8-
### Bug Fixes
9-
10-
* yq download changed ([1cf1854](https://github.com/fattureincloud/fattureincloud-python-sdk/commit/1cf1854a7b65b1bdff98b17d86d5dcf8ffee8812))
11-
127
### 2.1.2 (2024-10-30)
138

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

0 commit comments

Comments
 (0)