Skip to content

Commit

Permalink
ci: Update Swift Python libraries in GHA workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
otetard committed Aug 29, 2023
1 parent e1c29c0 commit b578bd0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/delete-preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

- name: Install Swift
run: |
pip install python-swiftclient==3.10.1 python-keystoneclient==4.1.1
pip install python-swiftclient==4.3.0 python-keystoneclient==5.1.0
- name: OVH Object Storage
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-public-website.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Install Swift
run: |
pip install python-swiftclient==3.10.1 python-keystoneclient==4.1.1
pip install python-swiftclient==4.3.0 python-keystoneclient==5.1.0
- name: Delete old content on remote storage
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upload-preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Install Swift
run: |
pip install python-swiftclient==3.10.1 python-keystoneclient==4.1.1
pip install python-swiftclient==4.3.0 python-keystoneclient==5.1.0
- name: Delete any previous preview
run: |
Expand Down

0 comments on commit b578bd0

Please sign in to comment.