diff options
| author | Ahmed AbdelHalim <[email protected]> | 2026-04-21 11:57:25 +0200 |
|---|---|---|
| committer | Ahmed AbdelHalim <[email protected]> | 2026-04-21 11:57:25 +0200 |
| commit | 057479a583dc4aaf728a8b81cb6c29060878b9f8 (patch) | |
| tree | 3ef8b2fff2d1fa2a5272e4d6604762f69aaa6a5d /.github | |
| parent | 4fb58a38165058f3d754845ff3e592be5c70e4a2 (diff) | |
Update github setup-python action
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7ccd1696..88d817dd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v6 - - uses: actions/setup-python@v5 + - uses: actions/setup-python@v6 with: python-version: "3.13" - name: Install dependencies @@ -43,7 +43,7 @@ jobs: runs-on: ${{ matrix.molecule_distro.runs_on }} steps: - uses: actions/checkout@v6 - - uses: actions/setup-python@v5 + - uses: actions/setup-python@v6 with: python-version: "3.13" - name: Install dependencies |
