Skip to content

Commit 6e06f89

Browse files
authored
Merge pull request #48 from cloudbeds/chore/update-dependencies-v1
chore: update GHA, uv, and openapi-generator to latest versions
2 parents 503b8e1 + f4b273e commit 6e06f89

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 8 additions & 8 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
@@ -126,15 +126,15 @@ jobs:
126126
runs-on: ubuntu-latest
127127
needs: generate-api-docs
128128
env:
129-
UV_VERSION: 0.5.21
129+
UV_VERSION: 0.10.9
130130
steps:
131131
- name: Checkout code
132-
uses: actions/checkout@v4
132+
uses: actions/checkout@v6
133133
with:
134134
ref: ${{ github.ref_name }}
135135

136136
- name: Setup Python
137-
uses: actions/setup-python@v5
137+
uses: actions/setup-python@v6
138138
with:
139139
python-version-file: .python-version
140140

@@ -145,7 +145,7 @@ jobs:
145145
uv build
146146
147147
- name: Upload distributions
148-
uses: actions/upload-artifact@v4
148+
uses: actions/upload-artifact@v7
149149
with:
150150
name: release-dists
151151
path: dist/
@@ -170,7 +170,7 @@ jobs:
170170
id-token: write
171171
steps:
172172
- name: Retrieve release distributions
173-
uses: actions/download-artifact@v4
173+
uses: actions/download-artifact@v8
174174
with:
175175
name: release-dists
176176
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/v1.3/docs/cb-v1.3-openapi-3.0.1.yaml",

0 commit comments

Comments
 (0)