Skip to content

Commit

Permalink
chore(deps): update actions/setup-python action to v5 (#198)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 22, 2024
1 parent 1543ca8 commit 0a274bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
run: cat Aptfile | sudo xargs apt-get install

- name: Python setup
uses: actions/setup-python@v4
uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5
with:
python-version: "3.11"

Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:


- name: Python setup
uses: actions/setup-python@v4
uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5
with:
python-version: "3.8"

Expand Down

0 comments on commit 0a274bd

Please sign in to comment.