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 | 03330a6d1d4386f49e89343106e1d2d2f0b88713 (patch) | |
| tree | 3ef8b2fff2d1fa2a5272e4d6604762f69aaa6a5d | |
| parent | 7c25b7a49645a52066d3b41692cdc408f1353645 (diff) | |
Update github setup-python action
| -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 |
