Skip to content

Commit

Permalink
Update actions/setup-python action to v4.7.1 (#123)
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 2, 2023
1 parent fdfa68c commit 392535c
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 @@ -5,7 +5,7 @@ descriptions: Install ansible and required roles/collections
runs:
using: composite
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
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 @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
python-version: 3.x
- run: |
Expand Down

0 comments on commit 392535c

Please sign in to comment.