Skip to content

Commit

Permalink
gh-actions: bump python version
Browse files Browse the repository at this point in the history
  • Loading branch information
verbit committed Jan 6, 2024
1 parent 862ab2d commit 5af5878
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ jobs:
name: Restvirt
runs-on: self-hosted
steps:
- name: Set up Python 3.10.6
- name: Set up Python 3.10.13
id: python
uses: actions/setup-python@v4
with:
python-version: 3.10.6
python-version: 3.10.13
- name: Check out code
uses: actions/checkout@v3
- name: Install dependencies
Expand Down

0 comments on commit 5af5878

Please sign in to comment.