Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Commit

Permalink
Fix cloud list GitHub Action
Browse files Browse the repository at this point in the history
Switch to Python 3.11 and latest version of setup-python action.
  • Loading branch information
Roman Inflianskas committed Dec 14, 2023
1 parent 3a58453 commit cd725a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cloud-list.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
- name: Checkout the repo
uses: actions/checkout@v2

- name: Set up Python 3.8
uses: actions/setup-python@v2
- name: Set up Python 3.11
uses: actions/setup-python@v4
with:
python-version: "3.8"
python-version: "3.11"

- name: Install dependencies
run: |
Expand Down

0 comments on commit cd725a3

Please sign in to comment.