Skip to content

Commit

Permalink
Update actions/setup-python action to v4.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 2, 2023
1 parent 15c1c31 commit f8f432a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
- name: Set up Python
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
python-version-file: .python-version
cache: pipenv
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.sha }}
- name: Set up Python
uses: actions/[email protected].0
uses: actions/[email protected].1
id: setup_python
if: github.event_name != 'pull_request' || github.event.action != 'closed'
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
submodules: "recursive"
fetch-depth: 0
- name: Set up Python
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
python-version-file: .python-version
cache: pipenv
Expand Down

0 comments on commit f8f432a

Please sign in to comment.