Skip to content

Commit

Permalink
chore(deps): update actions/setup-python action to v5.4.0 (#106)
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 Jan 30, 2025
1 parent 7d7b9e6 commit 4f8fd1a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
enable-cache: true

- name: Setup Python
uses: actions/setup-python@v5.3.0
uses: actions/setup-python@v5.4.0
with:
python-version-file: .python-version

Expand All @@ -54,7 +54,7 @@ jobs:
enable-cache: true

- name: Setup Python
uses: actions/setup-python@v5.3.0
uses: actions/setup-python@v5.4.0
with:
python-version-file: .python-version

Expand All @@ -79,7 +79,7 @@ jobs:
enable-cache: true

- name: Setup Python
uses: actions/setup-python@v5.3.0
uses: actions/setup-python@v5.4.0
with:
python-version-file: .python-version

Expand Down

0 comments on commit 4f8fd1a

Please sign in to comment.