Skip to content

Commit

Permalink
chore(deps): update actions/setup-python action to v5.3.0 (#513)
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 Oct 27, 2024
1 parent dc06b66 commit 9462ce2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup-ansible/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ descriptions: Install ansible and required roles/collections
runs:
using: composite
steps:
- uses: actions/setup-python@v5.2.0
- uses: actions/setup-python@v5.3.0
with:
python-version: 3.x
- name: Install ansible and required roles/collections
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
curl --proto '=https' --tlsv1.2 -fsSL https://get.opentofu.org/install-opentofu.sh -o install-opentofu.sh
sh install-opentofu.sh --install-method deb
- uses: actions/[email protected]
- uses: actions/setup-python@v5.2.0
- uses: actions/setup-python@v5.3.0
with:
python-version: 3.x
- run: |
Expand Down

0 comments on commit 9462ce2

Please sign in to comment.