Skip to content

Commit

Permalink
chore(deps): update actions/setup-python action to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 24, 2024
1 parent 1196a1e commit f947012
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@82c7e631bb3cdc910f68e0081d67478d79c6982d # 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@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5
with:
python-version: "3.8"

Expand Down

0 comments on commit f947012

Please sign in to comment.