Skip to content

Commit 928dd65

Browse files
authored
Merge pull request #47 from cloudbeds/chore/update-dependencies
chore: update GHA, uv, and openapi-generator to latest versions
2 parents a0ece5e + 42c3521 commit 928dd65

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
contents: read
2525
steps:
2626
- name: Configure AWS credentials
27-
uses: aws-actions/configure-aws-credentials@v4
27+
uses: aws-actions/configure-aws-credentials@v6
2828
with:
2929
role-to-assume: arn:aws:iam::048781935247:role/GH-APP-OIDC-CBMyFrontDesk
3030
aws-region: us-west-2
@@ -55,7 +55,7 @@ jobs:
5555
private_key: ${{ steps.app-private-key.outputs.key }}
5656

5757
- name: Checkout code
58-
uses: actions/checkout@v4
58+
uses: actions/checkout@v6
5959
with:
6060
token: ${{ steps.generate-token.outputs.token }}
6161

@@ -88,7 +88,7 @@ jobs:
8888
fi
8989
9090
- name: Setup Java
91-
uses: actions/setup-java@v4
91+
uses: actions/setup-java@v5
9292
with:
9393
java-version: 23
9494
distribution: corretto
@@ -110,7 +110,7 @@ jobs:
110110
111111
- name: Setup Python
112112
if: github.ref_name == 'main'
113-
uses: actions/setup-python@v5
113+
uses: actions/setup-python@v6
114114
with:
115115
python-version-file: .python-version
116116

@@ -136,15 +136,15 @@ jobs:
136136
runs-on: ubuntu-latest
137137
needs: generate-api-docs
138138
env:
139-
UV_VERSION: 0.5.21
139+
UV_VERSION: 0.10.9
140140
steps:
141141
- name: Checkout code
142-
uses: actions/checkout@v4
142+
uses: actions/checkout@v6
143143
with:
144144
ref: ${{ github.ref_name }}
145145

146146
- name: Setup Python
147-
uses: actions/setup-python@v5
147+
uses: actions/setup-python@v6
148148
with:
149149
python-version-file: .python-version
150150

@@ -155,7 +155,7 @@ jobs:
155155
uv build
156156
157157
- name: Upload distributions
158-
uses: actions/upload-artifact@v4
158+
uses: actions/upload-artifact@v7
159159
with:
160160
name: release-dists
161161
path: dist/
@@ -180,7 +180,7 @@ jobs:
180180
id-token: write
181181
steps:
182182
- name: Retrieve release distributions
183-
uses: actions/download-artifact@v4
183+
uses: actions/download-artifact@v8
184184
with:
185185
name: release-dists
186186
path: dist/

.openapi-generator/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.11.0
1+
7.20.0

openapitools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"generator-cli": {
3-
"version": "7.11.0"
3+
"version": "7.20.0"
44
},
55
"generatorName": "python",
66
"inputSpec": "public_accessa/api/v2/docs/cb-v2-openapi-3.0.0.yaml",

0 commit comments

Comments
 (0)