Skip to content

Commit

Permalink
Update actions/setup-python action to v5 (#321)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ahmed Sajid <ahmedsajid@users.noreply.github.com>
  • Loading branch information
renovate[bot] and ahmedsajid authored Oct 11, 2024
1 parent 0a3df9b commit 5046ff6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Checking out repo
uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
- name: Install pre-commit $PRE_COMMIT_VERSION
run: pip install pre-commit==$PRE_COMMIT_VERSION
- name: Run pre-commit
Expand All @@ -34,7 +34,7 @@ jobs:
- name: Checking out repo
uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
- name: Install python3-docker
run: sudo apt-get -y install python3-docker
- name: Install ansible $ANSIBLE_VERSION
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit-autoupdate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
- name: Install pre-commit $PRE_COMMIT_VERSION
run: pip install pre-commit==$PRE_COMMIT_VERSION
- name: Run pre-commit autoupdate
Expand Down

0 comments on commit 5046ff6

Please sign in to comment.