diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-04-21 11:55:33 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-04-21 11:55:33 +0200 |
| commit | 3f9b5792b3427e783c39b554270f46519fa94f58 (patch) | |
| tree | 5ca030abe887ec45dc77bb437fb6558583ce1789 /.github/workflows | |
| parent | b59990f9b8826d3e270e28b28c87accd9ffe38bc (diff) | |
Update github setup-python action
Diffstat (limited to '.github/workflows')
| -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 bc62022..b887e11 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.x" - name: Install dependencies @@ -48,7 +48,7 @@ jobs: with: repository: "a14m/ansible-distro-configure" path: "ansible-distro-configure" - - uses: actions/setup-python@v5 + - uses: actions/setup-python@v6 with: python-version: "3.13" - name: Install dependencies |
